summaryrefslogtreecommitdiffstats
path: root/chalk/core/tiles/kis_tilemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core/tiles/kis_tilemanager.h')
-rw-r--r--chalk/core/tiles/kis_tilemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/tiles/kis_tilemanager.h b/chalk/core/tiles/kis_tilemanager.h
index d6886abe..5d388136 100644
--- a/chalk/core/tiles/kis_tilemanager.h
+++ b/chalk/core/tiles/kis_tilemanager.h
@@ -114,7 +114,7 @@ private:
TQMutex * m_swapMutex;
// This is the constant that we will use to see if we want to add a new tempfile
- // We use 1<<30 (one gigabyte) because aptqparently 32bit systems don't really like very
+ // We use 1<<30 (one gigabyte) because apparently 32bit systems don't really like very
// large files.
static const long MaxSwapFileSize = 1<<30; // For debugging purposes: 1<<20 is a megabyte