From 51b28ba1d83f9e64f555a27235ca71b04da64736 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Tue, 13 Jan 2015 21:59:39 +0100 Subject: [PATCH] ConsoleApplication: Fix typos --- src/support/ConsoleApplication.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/support/ConsoleApplication.h b/src/support/ConsoleApplication.h index bfb5d07fe7..a66b28383b 100644 --- a/src/support/ConsoleApplication.h +++ b/src/support/ConsoleApplication.h @@ -8,8 +8,8 @@ * Full author contact details are available in file CREDITS. */ -#ifndef CONSOPLEAPPLICATION_H -#define CONSOPLEAPPLICATION_H +#ifndef CONSOLEAPPLICATION_H +#define CONSOLEAPPLICATION_H #include "support/strfwd.h" @@ -58,4 +58,4 @@ private: } // namespace support } // namespace lyx -#endif // CONSOPLEAPPLICATION_H +#endif // CONSOLEAPPLICATION_H