diff options
| author | 2016-01-31 19:36:37 +0100 | |
|---|---|---|
| committer | 2016-01-31 19:36:37 +0100 | |
| commit | 07867e9e4caf28738fb613c803c385f368db433e (patch) | |
| tree | 2bdf9e8e5401c899cb5d72063ace1213ef174a30 /src/modules/options | |
| parent | Merge pull request #1858 from bsdjunk/master (diff) | |
| download | KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.gz KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.bz2 KVIrc-07867e9e4caf28738fb613c803c385f368db433e.zip | |
run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/OptionsInstanceManager.cpp | 2 | ||||
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/OptionsInstanceManager.cpp b/src/modules/options/OptionsInstanceManager.cpp index 1c2d3dd58..bb5743dc2 100644 --- a/src/modules/options/OptionsInstanceManager.cpp +++ b/src/modules/options/OptionsInstanceManager.cpp @@ -3672,7 +3672,7 @@ void OptionsInstanceManager::deleteInstanceTree(KviPointerList<OptionsWidgetInst } else { qDebug("Ops...i have deleted the options dialog ?"); } - } //else qDebug("Clas %s has no widget",e->szName); + } //else qDebug("Class %s has no widget",e->szName); if(pEntry->pChildList) deleteInstanceTree(pEntry->pChildList); } diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index 7737a0516..7e70cd6b8 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -322,7 +322,7 @@ void OptionsInstanceManager::deleteInstanceTree(KviPointerList<OptionsWidgetInst } else { qDebug("Ops...i have deleted the options dialog ?"); } - } //else qDebug("Clas %s has no widget",e->szName); + } //else qDebug("Class %s has no widget",e->szName); if(pEntry->pChildList) deleteInstanceTree(pEntry->pChildList); } |
