summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/codechunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/codechunk.h')
-rw-r--r--tools/qdoc3/codechunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/codechunk.h b/tools/qdoc3/codechunk.h
index e78873c..a0c554e 100644
--- a/tools/qdoc3/codechunk.h
+++ b/tools/qdoc3/codechunk.h
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
/*
The CodeChunk class represents a tiny piece of C++ code.
- The class provides convertion between a list of lexemes and a string. It adds
+ The class provides conversion between a list of lexemes and a string. It adds
spaces at the right place for consistent style. The tiny pieces of code it
represents are data types, enum values, and default parameter values.