summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Pannwitz <gabriel.pannwitz@kdab.com>2016-01-29 10:31:09 +0100
committerGabriel Pannwitz <gabriel.pannwitz@kdab.com>2016-02-04 14:24:17 +0000
commit684d9958826f6e03dc9ce8d20f1edaee8876ab1b (patch)
treeef4d39da51632e310ff9a152c6313c95d33964e2
parentc516f6157a35fbabcd204dd628a301734fc76f1a (diff)
Doc: fix minor typo
Change-Id: I7d4546b31b966a0ac2ac82379a55eefc0f966b19 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--src/nfc/qndefrecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qndefrecord.cpp b/src/nfc/qndefrecord.cpp
index 56c4408c..a8436bdb 100644
--- a/src/nfc/qndefrecord.cpp
+++ b/src/nfc/qndefrecord.cpp
@@ -143,7 +143,7 @@ QT_BEGIN_NAMESPACE
QNdefRecord::TypeNameFormat for the custom type and \a type is the type without the NID or NSS
prefixes. That is \e {example.com:f} not \e {urn:nfc:ext:example.com:f}.
- See the secton on \l {Creating specialized NDEF record classes} for details.
+ See the section on \l {Creating specialized NDEF record classes} for details.
\sa Q_DECLARE_NDEF_RECORD()
*/