summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-10-07 17:00:44 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-10 12:37:02 +0000
commitf72b423101f1cc170653fca3a9f49149a60c9a6d (patch)
treeb07ca129d8f6ac52893d53775bf70ec142ee5878
parentf3e2ffcab1d77d2fd57dd3d21e7ad2ce8d49339e (diff)
downloadqtdoc-f72b423101f1cc170653fca3a9f49149a60c9a6d.tar.gz
Fix typo in 'why moc' document
Fixes: QTBUG-107245 Change-Id: Ia7eed02b5eff293a3d650e6bae6bdbf01a7acfe9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit b04a538b0e48760bcb3425f72bc2b082f5a5e138) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/frameworks-technologies/why-moc.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/frameworks-technologies/why-moc.qdoc b/doc/src/frameworks-technologies/why-moc.qdoc
index ec2fdf47..5133919d 100644
--- a/doc/src/frameworks-technologies/why-moc.qdoc
+++ b/doc/src/frameworks-technologies/why-moc.qdoc
@@ -20,7 +20,7 @@
hack with templates at the cost of code size, readability,
portability, usability, extensibility, robustness and ultimately
design beauty. Both templates and the C preprocessor can be stretched
- to do incredibility smart and mind boggling things. But just because
+ to do incredibly smart and mind boggling things. But just because
those things can be done, it does not necessarily mean doing them is the
right design choice. Code, unfortunately, is not meant to be published in
books, but compiled with real-world compilers on real-world operating