]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Fixed issue in method naturalCompare: strings having numbers with the same amount...
[dolphin.git] / src / dolphinmainwindow.cpp
index e7f6260623e8130108387fc3ea0bc3424eb87ac3..ad144d625ca96207bc3fbd2188c127645ca374e9 100644 (file)
@@ -437,7 +437,7 @@ void DolphinMainWindow::createFile()
     clearStatusBar();
 
     // TODO: const Entry& entry = m_createFileTemplates[QString(sender->name())];
-    // should be enough. Anyway: the implemantation of [] does a linear search internally too.
+    // should be enough. Anyway: the implementation of [] does a linear search internally too.
     KSortableList<CreateFileEntry, QString>::ConstIterator it = m_createFileTemplates.begin();
     KSortableList<CreateFileEntry, QString>::ConstIterator end = m_createFileTemplates.end();