aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Keeper.cpp
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:05:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:01 +0200
commita32554dbf9ad4b42bbfa007bb5abde14e4a9ceee (patch)
tree8932b94c1983ca76ef2e4fc757d7f5fe67650a37 /nxcomp/src/Keeper.cpp
parent997f2bbd2d27e154b6e44f9936b2b407a74c8664 (diff)
downloadnx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.tar.gz
nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.tar.bz2
nx-libs-a32554dbf9ad4b42bbfa007bb5abde14e4a9ceee.zip
nxcomp: fix spelling errors as reported by codespell
Diffstat (limited to 'nxcomp/src/Keeper.cpp')
-rw-r--r--nxcomp/src/Keeper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Keeper.cpp b/nxcomp/src/Keeper.cpp
index 4babbe8a6..d945e6ab5 100644
--- a/nxcomp/src/Keeper.cpp
+++ b/nxcomp/src/Keeper.cpp
@@ -100,7 +100,7 @@ File::File()
//
// TODO: This class can leak industrial amounts of memory.
-// I'm 100% sure that the desctructor is called and that
+// I'm 100% sure that the destructor is called and that
// also the string pointed in the File structure is dele-
// ted. Everything is logged, but still the memory is not
// freed. This is less a problem on Windows, where the me-