From c127e5d582b1ae4033eca1c8454bee75d510b9e8 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 05 Jan 2004 14:39:29 +0000 Subject: Spelling fixes by Michael Opdenacker --- (limited to 'noncore/settings/networksettings/interfaces/interface.cpp') diff --git a/noncore/settings/networksettings/interfaces/interface.cpp b/noncore/settings/networksettings/interfaces/interface.cpp index 69b55d1..b00b899 100644 --- a/noncore/settings/networksettings/interfaces/interface.cpp +++ b/noncore/settings/networksettings/interfaces/interface.cpp @@ -74,7 +74,7 @@ void Interface::start(){ } int ret = system(QString("%1 %2 up").arg(IFCONFIG).arg(this->name()).latin1()); - // See if it was successfull... + // See if it was successful... if(ret != 0){ emit (updateMessage("Starting interface failed")); return; @@ -82,7 +82,7 @@ void Interface::start(){ status = true; refresh(); - emit (updateMessage("Start successfull")); + emit (updateMessage("Start successful")); } /** @@ -103,7 +103,7 @@ void Interface::stop(){ status = false; refresh(); - emit (updateMessage("Stop successfull")); + emit (updateMessage("Stop successful")); } /** @@ -117,7 +117,7 @@ void Interface::restart(){ /** * Try to refresh the information about the interface. * First call ifconfig, then check the dhcp-info file - * @return bool true if successfull. + * @return bool true if successful. */ bool Interface::refresh(){ // See if we are up. -- cgit v0.9.0.2