aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Keeper.cpp
diff options
context:
space:
mode:
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-