diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-08-16 13:27:45 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-08-17 13:42:45 (GMT) |
commit | 9e88a2f1468b9a4f500b878f514db7f7a1f5eadc (patch) | |
tree | 589dd5fa9d8f3dc0171b4021c6a60e2d5cd27a64 /tools/linguist/lupdate/cpp.cpp | |
parent | 3be7f871f07041477b5bca0182623b36afd2b3e6 (diff) | |
download | Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.zip Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.gz Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.bz2 |
Doc: Fixing typo
Reducing the amount of spelling errors from NBN.
Change-Id: I9b228bb95b4a757cff57595125009e70b0097d86
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tools/linguist/lupdate/cpp.cpp')
-rw-r--r-- | tools/linguist/lupdate/cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lupdate/cpp.cpp b/tools/linguist/lupdate/cpp.cpp index c7dd9fc..5bafd9d 100644 --- a/tools/linguist/lupdate/cpp.cpp +++ b/tools/linguist/lupdate/cpp.cpp @@ -283,7 +283,7 @@ private: bool findNamespaceCallback(const Namespace *ns, void *context) const; const Namespace *findNamespace(const NamespaceList &namespaces, int nsCount = -1) const; void enterNamespace(NamespaceList *namespaces, const HashString &name); - void truncateNamespaces(NamespaceList *namespaces, int lenght); + void truncateNamespaces(NamespaceList *namespaces, int length); Namespace *modifyNamespace(NamespaceList *namespaces, bool haveLast = true); enum { |