diff options
Diffstat (limited to 'lang/qt/src/dn.h')
-rw-r--r-- | lang/qt/src/dn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/dn.h b/lang/qt/src/dn.h index ef6fea0c..2d655c55 100644 --- a/lang/qt/src/dn.h +++ b/lang/qt/src/dn.h @@ -83,7 +83,7 @@ public: const_iterator begin() const; const_iterator end() const; - /** Set the order in which prettyDN will reorder the Attirbutes. */ + /** Set the order in which prettyDN will reorder the Attributes. */ void setAttributeOrder(const QStringList &order) const; /** Get the used attribute order. */ |