diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-06-23 19:51:39 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-06-23 19:51:39 +0000 |
| commit | e4bbe51f2155809c639e86d7b49b24165101638c (patch) | |
| tree | 36ec1bb2f22fcfb40dd7c0cd576d56b945f8db01 /src/winconsole.cpp | |
| parent | Remove unused file memeq.h (diff) | |
| download | inkscape-e4bbe51f2155809c639e86d7b49b24165101638c.tar.gz inkscape-e4bbe51f2155809c639e86d7b49b24165101638c.zip | |
Documentation spelling fix
(bzr r12386)
Diffstat (limited to 'src/winconsole.cpp')
| -rw-r--r-- | src/winconsole.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/winconsole.cpp b/src/winconsole.cpp index 1515d2062..085fb441c 100644 --- a/src/winconsole.cpp +++ b/src/winconsole.cpp @@ -5,13 +5,13 @@ * Windows has two types of executables: GUI and console. * The GUI executables detach immediately when run from the command * prompt (cmd.exe), and whatever you write to standard output - * disappears into a black hole. Console executables handle + * disappears into a black hole. Console executables * do display standard output and take standard input from the console, * but when you run them from the GUI, an extra console window appears. - * It's possible to hide it, but it still flashes from a fraction + * It's possible to hide it, but it still flashes for a fraction * of a second. * - * To provide an Unix-like experienve, where the application will behave + * To provide an Unix-like experience, where the application will behave * correctly in command line mode and at the same time won't create * the ugly console window when run from the GUI, we have to have two * executables. The first one, inkscape.exe, is the GUI application. @@ -31,7 +31,7 @@ *//* * Authors: * Jos Hirth <jh@kaioa.com> - * Krzysztof Kosiński <tweenk.pl@gmail.com> + * Krzysztof Kosinski <tweenk.pl@gmail.com> * * Copyright (C) 2008-2010 Authors * |
