diff options
| author | 2015-10-28 09:29:04 +0000 | |
|---|---|---|
| committer | 2015-10-28 09:30:35 +0000 | |
| commit | 2f8e7f483ad14b55d7e71be19e87de1f52de4930 (patch) | |
| tree | 507f957576c24bc1c6b4eda64706f9ef118a8b4a /src/modules/language | |
| parent | umode: Don't mix return value data types (diff) | |
| download | KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.tar.gz KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.tar.bz2 KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.zip | |
Copyright Headers: Cosmetic typos irc -> IRC
Diffstat (limited to 'src/modules/language')
| -rw-r--r-- | src/modules/language/detector.cpp | 2 | ||||
| -rw-r--r-- | src/modules/language/detector.h | 2 | ||||
| -rw-r--r-- | src/modules/language/libkvilanguage.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/language/detector.cpp b/src/modules/language/detector.cpp index e3fdf4898..03439f68e 100644 --- a/src/modules/language/detector.cpp +++ b/src/modules/language/detector.cpp @@ -1,7 +1,7 @@ //============================================================================= // // A Simple statistical language/encoding detector -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/language/detector.h b/src/modules/language/detector.h index e064889e5..0ac24c120 100644 --- a/src/modules/language/detector.h +++ b/src/modules/language/detector.h @@ -5,7 +5,7 @@ // File : detector.h // Creation date : Sun May 11 1999 00:07:20 CET by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/language/libkvilanguage.cpp b/src/modules/language/libkvilanguage.cpp index ea86316d5..9bc1dad60 100644 --- a/src/modules/language/libkvilanguage.cpp +++ b/src/modules/language/libkvilanguage.cpp @@ -3,7 +3,7 @@ // File : libkvilanguage.cpp // Creation date : Fri 25 Dec 20:16:49 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or |
