Added send sms button to detail window and better error handling. Converted gui's...
[jenirok] / src / common / eniro.cpp
index 896a788..63dc421 100644 (file)
@@ -436,7 +436,7 @@ void Eniro::loadResults(int id, QString const& httpData)
         }
     }
 
-    // If number there were no results or no phone numbers needed to
+    // If there were no results or no phone numbers needed to
     // be fetched, the whole request is ready
     if(it.value()->numbersTotal == 0 || !requestsPending)
     {