aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-08-04 20:26:07 +0000
committerGravatar Elvio Basello2010-08-04 20:26:07 +0000
commit1b5c25ba9b6399273be00578765f406dda5f8e0c (patch)
tree2f1f38b9b0b7527997bb77e7eee116f8da563561 /src/modules/classeditor
parentadded \n, should now compile again (diff)
downloadKVIrc-1b5c25ba9b6399273be00578765f406dda5f8e0c.tar.gz
KVIrc-1b5c25ba9b6399273be00578765f406dda5f8e0c.tar.bz2
KVIrc-1b5c25ba9b6399273be00578765f406dda5f8e0c.zip
typo
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4780 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor')
-rw-r--r--src/modules/classeditor/libkviclasseditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/classeditor/libkviclasseditor.cpp b/src/modules/classeditor/libkviclasseditor.cpp
index a639468bf..c2b9736f9 100644
--- a/src/modules/classeditor/libkviclasseditor.cpp
+++ b/src/modules/classeditor/libkviclasseditor.cpp
@@ -84,7 +84,7 @@ static bool classeditor_module_cleanup(KviModule *)
KVIRC_MODULE(
"ClassEditor", // module name
"4.0.0", // module version
- "Copyright (C) 2010 Carbone Alessandr (elfonol at gmail dot com)", // author & (C)
+ "Copyright (C) 2010 Carbone Alessandro (elfonol at gmail dot com)", // author & (C)
"Editor for the script classes",
classeditor_module_init,
classeditor_module_can_unload,