ConsoleApplication: Fix typos

This commit is contained in:
Vincent van Ravesteijn 2015-01-13 21:59:39 +01:00
parent 1950152b39
commit 51b28ba1d8

View File

@ -8,8 +8,8 @@
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*/ */
#ifndef CONSOPLEAPPLICATION_H #ifndef CONSOLEAPPLICATION_H
#define CONSOPLEAPPLICATION_H #define CONSOLEAPPLICATION_H
#include "support/strfwd.h" #include "support/strfwd.h"
@ -58,4 +58,4 @@ private:
} // namespace support } // namespace support
} // namespace lyx } // namespace lyx
#endif // CONSOPLEAPPLICATION_H #endif // CONSOLEAPPLICATION_H