aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlscript_p.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-08 17:39:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-10 12:26:28 +0200
commit5b4c2f5910052159443f707de2071f63e83b5a5d (patch)
treefc561f8bdebea3c941610b9addcfb9d3666c64ae /src/qml/qml/qqmlscript_p.h
parent4ec2d5a489b922beb16fcd1cdf8199a862244ebb (diff)
doc: fix some more typos
Change-Id: I7fa055049b9e5900d597754c6004febb153de12b Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlscript_p.h')
-rw-r--r--src/qml/qml/qqmlscript_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlscript_p.h b/src/qml/qml/qqmlscript_p.h
index f2e108e3d7..834abd7217 100644
--- a/src/qml/qml/qqmlscript_p.h
+++ b/src/qml/qml/qqmlscript_p.h
@@ -328,7 +328,7 @@ public:
QQmlPropertyCache *synthCache; // Generated by compiler
Property *getDefaultProperty();
- // name ptr must be guarenteed to remain valid
+ // name ptr must be guaranteed to remain valid
Property *getProperty(const QHashedStringRef &name, bool create=true);
Property *getProperty(const QStringRef &name, bool create=true);
Property *getProperty(const QString &name, bool create=true);