diff options
| author | 2016-04-13 04:54:03 +0100 | |
|---|---|---|
| committer | 2016-04-13 05:34:00 +0100 | |
| commit | 4049584275441cc9eb056f50575e3d2cc6735b20 (patch) | |
| tree | 5ca4e5ab91e3dca8f4293e83682f97074957dc8a /src/modules/options/mkcreateinstanceproc.sh | |
| parent | data/man: fix typos in docs (diff) | |
| download | KVIrc-4049584275441cc9eb056f50575e3d2cc6735b20.tar.gz KVIrc-4049584275441cc9eb056f50575e3d2cc6735b20.tar.bz2 KVIrc-4049584275441cc9eb056f50575e3d2cc6735b20.zip | |
Boilerplating: fix typos and capitalization
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index 7e70cd6b8..1bd42fb2e 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -4,7 +4,7 @@ # # Generator for OptionsInstanceManager.h and OptionsInstanceManager.cpp # -# This file is part of the KVirc IRC client distribution +# This file is part of the KVIrc IRC client distribution # Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) # ################################################################################# @@ -22,7 +22,7 @@ cat >> OptionsInstanceManager.h <<EOF // // File : OptionsInstanceManager.h // -// This file is part of the KVirc IRC client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or @@ -116,7 +116,7 @@ cat >> OptionsInstanceManager.cpp <<EOF // // File : OptionsInstanceManager.cpp // -// This file is part of the KVirc IRC client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2008 Szymon Stefanek (stefanek@tin.it) // // This program is FREE software. You can redistribute it and/or |
