diff options
Diffstat (limited to 'src/tools/qstringlist.cpp')
-rw-r--r-- | src/tools/qstringlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qstringlist.cpp b/src/tools/qstringlist.cpp index a02263a0c..7234cc40f 100644 --- a/src/tools/qstringlist.cpp +++ b/src/tools/qstringlist.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -140,7 +140,7 @@ one or some other list referencing the same shared data is modified, the modifying list first makes a copy, i.e. copy-on-write. - In a threaded environment you may retquire a real deep copy + In a threaded environment you may require a real deep copy \omit see \l TQDeepCopy\endomit. */ |