summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-11-03 11:05:15 +0100
committerKai Köhne <kai.koehne@qt.io>2023-11-03 18:02:18 +0000
commited7912dbe08d622374d11b0dbb1fd2250b99103b (patch)
tree9e4274b31153cb4bc0aed58073697ac221035bea /src/corelib/serialization
parent8392e0ed94e2650ee1ce61e11de6215b6b9360c4 (diff)
Doc: Replace wrongly spelled word
It's actually 'lexicographically'. But 'alphabetically' is a more common word. This was brought up in https://forum.qt.io/topic/151834/what-s-lexographically/5 Pick-to: 6.5 6.6 Change-Id: Ibeb0e4463e12b54c1c10ac7df268e4d62b6ce49f Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io>
Diffstat (limited to 'src/corelib/serialization')
-rw-r--r--src/corelib/serialization/qjsonobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/serialization/qjsonobject.cpp b/src/corelib/serialization/qjsonobject.cpp
index c1dfabe95f..14d2616505 100644
--- a/src/corelib/serialization/qjsonobject.cpp
+++ b/src/corelib/serialization/qjsonobject.cpp
@@ -223,7 +223,7 @@ QVariantHash QJsonObject::toVariantHash() const
/*!
Returns a list of all keys in this object.
- The list is sorted lexographically.
+ The list is sorted alphabetically.
*/
QStringList QJsonObject::keys() const
{