From: Vincent van Ravesteijn Date: Tue, 13 Jan 2015 20:59:39 +0000 (+0100) Subject: ConsoleApplication: Fix typos X-Git-Tag: 2.2.0alpha1~1353 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=51b28ba1d83f9e64f555a27235ca71b04da64736;p=features.git ConsoleApplication: Fix typos --- 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