summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorGauvain Dauchy <gauvain@Evil.local>2014-12-08 06:13:15 +0200
committerGauvain Dauchy <gauvain@Evil.local>2014-12-08 06:13:15 +0200
commitec10379f79846d794a19baea1e57812e203bc539 (patch)
tree91188f41b98ec50cd9a9855977db4b1f25b9b2bc /src/debug
parente84d6f43e7cff59f4a9e24cd458bb4583b019708 (diff)
downloadplus-ec10379f79846d794a19baea1e57812e203bc539.tar.gz
plus-ec10379f79846d794a19baea1e57812e203bc539.tar.bz2
plus-ec10379f79846d794a19baea1e57812e203bc539.tar.xz
plus-ec10379f79846d794a19baea1e57812e203bc539.zip
Fixed some typos.
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/static_assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/static_assert.h b/src/debug/static_assert.h
index e7f03d689..1a5f14cca 100644
--- a/src/debug/static_assert.h
+++ b/src/debug/static_assert.h
@@ -32,7 +32,7 @@
/**
* @file static_assert.h
*
- * Template class to check validity duing compile time (adapted from Loki).
+ * Template class to check validity during compilation time (adapted from Loki).
*
* @version 1.2, 2005/11/22
* @author Wu Yongwei