author | zecke <zecke> | 2004-01-05 14:39:29 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-01-05 14:39:29 (UTC) |
commit | c127e5d582b1ae4033eca1c8454bee75d510b9e8 (patch) (side-by-side diff) | |
tree | e4f6e610969f35e1e0954f762f317c0e9ccf76b3 /noncore | |
parent | 7fb9bc93eae8007a6eb298fc743bbf70dc50fbc5 (diff) | |
download | opie-c127e5d582b1ae4033eca1c8454bee75d510b9e8.zip opie-c127e5d582b1ae4033eca1c8454bee75d510b9e8.tar.gz opie-c127e5d582b1ae4033eca1c8454bee75d510b9e8.tar.bz2 |
Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>
-rw-r--r-- | noncore/apps/odict/eng_ita.dic | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/filereceive.cpp | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/filetransfer.cpp | 2 | ||||
-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/backup/backuprestore.cpp | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfaces/interface.cpp | 8 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfaces/interfaces.cpp | 44 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfaces/interfacesetupimp.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/module.h | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/pppmodule.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wextensions.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wlanmodule.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/tabmanager/tabmanager.cpp | 12 | ||||
-rw-r--r-- | noncore/unsupported/mail2/TODO | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/folderwidget.cpp | 6 |
15 files changed, 46 insertions, 48 deletions
diff --git a/noncore/apps/odict/eng_ita.dic b/noncore/apps/odict/eng_ita.dic index f338faa..6db2389 100644 --- a/noncore/apps/odict/eng_ita.dic +++ b/noncore/apps/odict/eng_ita.dic @@ -10602,3 +10602,2 @@ skiful\esperto skilful\apprèndere, azzeccato -skilfull\apprèndere skill\sorte, disinvoltura @@ -12651,3 +12650,2 @@ used\usato useful\utile -usefull\utile useless\inutile, disùtile, inservibile diff --git a/noncore/apps/opie-console/filereceive.cpp b/noncore/apps/opie-console/filereceive.cpp index e387273..452be60 100644 --- a/noncore/apps/opie-console/filereceive.cpp +++ b/noncore/apps/opie-console/filereceive.cpp @@ -122,3 +122,3 @@ void FileReceive::setupChild() { * FD_CLOEXEC will close the - * fd on successfull exec + * fd on successful exec */ diff --git a/noncore/apps/opie-console/filetransfer.cpp b/noncore/apps/opie-console/filetransfer.cpp index 221838c..5144941 100644 --- a/noncore/apps/opie-console/filetransfer.cpp +++ b/noncore/apps/opie-console/filetransfer.cpp @@ -143,3 +143,3 @@ void FileTransfer::setupChild() { * FD_CLOEXEC will close the - * fd on successfull exec + * fd on successful exec */ diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index 3250627..2b29d83 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -757,3 +757,3 @@ bool OpieFtp::populateRemoteView( ) } else - qDebug("temp file not opened successfullly "+sfile); + qDebug("temp file not opened successfully "+sfile); Remote_View->setSorting( 4,TRUE); diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp index 477e24d..93bedf6 100644 --- a/noncore/settings/backup/backuprestore.cpp +++ b/noncore/settings/backup/backuprestore.cpp @@ -290,3 +290,3 @@ void BackupAndRestore::backup() { - QMessageBox::information(this, tr( "Message" ), tr( "Backup Successfull." ), QString(tr( "Ok" ) ) ); + QMessageBox::information(this, tr( "Message" ), tr( "Backup Successful." ), QString(tr( "Ok" ) ) ); @@ -458,3 +458,3 @@ void BackupAndRestore::restore() { - QMessageBox::information(this, tr( "Message" ), tr( "Restore Successfull." ), QString( tr( "Ok") ) ); + QMessageBox::information(this, tr( "Message" ), tr( "Restore Successful." ), QString( tr( "Ok") ) ); } 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 @@ -76,3 +76,3 @@ 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){ @@ -84,3 +84,3 @@ void Interface::start(){ refresh(); - emit (updateMessage("Start successfull")); + emit (updateMessage("Start successful")); } @@ -105,3 +105,3 @@ void Interface::stop(){ refresh(); - emit (updateMessage("Stop successfull")); + emit (updateMessage("Stop successful")); } @@ -119,3 +119,3 @@ void Interface::restart(){ * First call ifconfig, then check the dhcp-info file - * @return bool true if successfull. + * @return bool true if successful. */ diff --git a/noncore/settings/networksettings/interfaces/interfaces.cpp b/noncore/settings/networksettings/interfaces/interfaces.cpp index 436e449..6b161ae 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.cpp +++ b/noncore/settings/networksettings/interfaces/interfaces.cpp @@ -46,3 +46,3 @@ Interfaces::Interfaces(QString useInterfacesFile){ /** - * Get a list of all interfaces in the interface file. Usefull for + * Get a list of all interfaces in the interface file. Useful for * hardware that is not currently connected such as an 802.11b card @@ -128,3 +128,3 @@ bool Interfaces::setAuto(const QString &interface, bool setAuto){ * removed from the interface name. - * @return bool true if it is successfull. + * @return bool true if it is successful. */ @@ -151,3 +151,3 @@ bool Interfaces::isInterfaceSet() const { * @param method for the family. see interfaces man page for family methods. - * @return true if successfull. + * @return true if successful. */ @@ -167,3 +167,3 @@ bool Interfaces::addInterface(const QString &interface, const QString &family, c * @param newInterface name of the new interface. - * @return bool true if successfull + * @return bool true if successful */ @@ -199,3 +199,3 @@ bool Interfaces::copyInterface(const QString &interface, const QString &newInter * Remove the currently selected interface and all of its options. - * @return bool if successfull or not. + * @return bool if successful or not. */ @@ -274,3 +274,3 @@ QString Interfaces::getInterfaceMethod(bool &error){ * @param newName the new name of the interface. All whitespace is removed. - * @return bool true if successfull. + * @return bool true if successful. */ @@ -294,3 +294,3 @@ bool Interfaces::setInterfaceName(const QString &newName){ * defined in the interfaces.h file. - * @return bool true if successfull. + * @return bool true if successful. */ @@ -309,3 +309,3 @@ bool Interfaces::setInterfaceFamily(const QString &newName){ * @param newName the new name of the interface - * @return bool true if successfull. + * @return bool true if successful. */ @@ -374,3 +374,3 @@ bool Interfaces::removeInterfaceOption(const QString &option, const QString &val * Removes all of the options from the currently selected interface. - * @return bool error if if successfull + * @return bool error if if successful */ @@ -385,3 +385,3 @@ bool Interfaces::removeAllInterfaceOptions(){ * removed from the interface name. - * @return bool true if it is successfull. + * @return bool true if it is successful. */ @@ -404,3 +404,3 @@ void Interfaces::addMapping(const QString &option){ * Remove the currently selected map and all of its options. - * @return bool if successfull or not. + * @return bool if successful or not. */ @@ -414,3 +414,3 @@ bool Interfaces::removeMapping(){ * @param value value to go with map - * @return bool true if it is successfull. + * @return bool true if it is successful. */ @@ -424,3 +424,3 @@ bool Interfaces::setMap(const QString &map, const QString &value){ * @param value value to go with map - * @return bool true if it is successfull. + * @return bool true if it is successful. */ @@ -433,3 +433,3 @@ bool Interfaces::removeMap(const QString &map, const QString &value){ * @param map map to get value of - * @param bool true if it is successfull. + * @param bool true if it is successful. * @return value that goes to the map @@ -443,3 +443,3 @@ QString Interfaces::getMap(const QString &map, bool &error){ * @param argument the script name. - * @return true if successfull. + * @return true if successful. */ @@ -464,3 +464,3 @@ QString Interfaces::getScript(bool &error){ * @param option string that must be in the stanza's main line. - * @param interator interator to place at location of stanza if successfull. + * @param interator interator to place at location of stanza if successful. * @return bool true if the stanza is found. @@ -502,3 +502,3 @@ bool Interfaces::setStanza(const QString &stanza, const QString &option, QString * @param option the option to use when setting value. - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ @@ -556,3 +556,3 @@ bool Interfaces::setOption(const QStringList::Iterator &start, const QString &op * @param stanza the stanza to remove - * @return bool true if successfull. + * @return bool true if successful. */ @@ -569,3 +569,3 @@ bool Interfaces::removeStanza(QStringList::Iterator &stanza){ * @param option the option to remove - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ @@ -597,3 +597,3 @@ bool Interfaces::removeOption(const QStringList::Iterator &start, const QString * @param option the option to use when setting value. - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ @@ -624,3 +624,3 @@ bool Interfaces::removeOption(const QStringList::Iterator &start, const QString * @param start the start of the stanza - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ @@ -682,3 +682,3 @@ QString Interfaces::getOption(const QStringList::Iterator &start, const QString * Removes any excess blank lines over 1 line long. - * @return bool true if successfull, false if not. + * @return bool true if successful, false if not. */ diff --git a/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp b/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp index e844d8a..78466d0 100644 --- a/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp +++ b/noncore/settings/networksettings/interfaces/interfacesetupimp.cpp @@ -85,3 +85,3 @@ bool InterfaceSetupImp::saveChanges(){ * Save the settings for the current Interface. - * @return bool true if successfull, false otherwise + * @return bool true if successful, false otherwise */ diff --git a/noncore/settings/networksettings/module.h b/noncore/settings/networksettings/module.h index f7d8046..5cc82cd 100644 --- a/noncore/settings/networksettings/module.h +++ b/noncore/settings/networksettings/module.h @@ -87,3 +87,3 @@ public: * Attempts to remove the interface, doesn't delete i - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ diff --git a/noncore/settings/networksettings/ppp/pppmodule.cpp b/noncore/settings/networksettings/ppp/pppmodule.cpp index af05eb7..2462fa4 100644 --- a/noncore/settings/networksettings/ppp/pppmodule.cpp +++ b/noncore/settings/networksettings/ppp/pppmodule.cpp @@ -182,3 +182,3 @@ Interface *PPPModule::addNewInterface(const QString &newInterface){ * Attempts to remove the interface, doesn't delete i - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ diff --git a/noncore/settings/networksettings/wlan/wextensions.cpp b/noncore/settings/networksettings/wlan/wextensions.cpp index bd7cf93..d1fff88 100644 --- a/noncore/settings/networksettings/wlan/wextensions.cpp +++ b/noncore/settings/networksettings/wlan/wextensions.cpp @@ -157,3 +157,3 @@ QString WExtensions::ap(){ * @param quality the quality level of the interface - * @return bool true if successfull + * @return bool true if successful */ diff --git a/noncore/settings/networksettings/wlan/wlanmodule.cpp b/noncore/settings/networksettings/wlan/wlanmodule.cpp index b4c3509..07bf73f 100644 --- a/noncore/settings/networksettings/wlan/wlanmodule.cpp +++ b/noncore/settings/networksettings/wlan/wlanmodule.cpp @@ -112,3 +112,3 @@ Interface *WLANModule::addNewInterface(const QString &){ * Attempts to remove the interface, doesn't delete i - * @return bool true if successfull, false otherwise. + * @return bool true if successful, false otherwise. */ diff --git a/noncore/settings/tabmanager/tabmanager.cpp b/noncore/settings/tabmanager/tabmanager.cpp index c9d7aed..ff5957c 100644 --- a/noncore/settings/tabmanager/tabmanager.cpp +++ b/noncore/settings/tabmanager/tabmanager.cpp @@ -190,3 +190,3 @@ void TabManager::removeItem(){ - bool removeSuccessfull = true; + bool removeSuccessful = true; QString location = itemList[item]; @@ -194,3 +194,3 @@ void TabManager::removeItem(){ if(!QFile::remove(location)) - removeSuccessfull = false; + removeSuccessful = false; @@ -202,5 +202,5 @@ void TabManager::removeItem(){ if(!dir.rmdir(location)) - removeSuccessfull = false; + removeSuccessful = false; else - removeSuccessfull = true; + removeSuccessful = true; } @@ -208,3 +208,3 @@ void TabManager::removeItem(){ // If removing failed. - if(!removeSuccessfull){ + if(!removeSuccessful){ qDebug((QString("removeItem: ") + location).latin1()); @@ -438,3 +438,3 @@ void TabManager::moveApplication(QListViewItem *item, QListViewItem *newGroup){ * @param installedAppFile - location of the app install list - * @return true if successfull, false if file not found. + * @return true if successful, false if file not found. */ diff --git a/noncore/unsupported/mail2/TODO b/noncore/unsupported/mail2/TODO index 4bc434f..3c83fdd 100644 --- a/noncore/unsupported/mail2/TODO +++ b/noncore/unsupported/mail2/TODO @@ -30,3 +30,3 @@ Testing: much opportunity to test on other servers. Giving me test-accounts on other - servers would be helpfull. + servers would be helpful. diff --git a/noncore/unsupported/mail2/folderwidget.cpp b/noncore/unsupported/mail2/folderwidget.cpp index 6c36e92..d27968b 100644 --- a/noncore/unsupported/mail2/folderwidget.cpp +++ b/noncore/unsupported/mail2/folderwidget.cpp @@ -232,3 +232,3 @@ void FolderWidget::slotIMAPLogin(IMAPResponse &response) if (response.statusResponse().status() == IMAPResponseEnums::OK) { - emit status(tr("Login successfull!")); + emit status(tr("Login successful!")); } else { @@ -243,3 +243,3 @@ void FolderWidget::slotIMAPRename(IMAPResponse &response) if (response.statusResponse().status() == IMAPResponseEnums::OK) { - emit status(tr("Renaming successfull!")); + emit status(tr("Renaming successful!")); } else { @@ -254,3 +254,3 @@ void FolderWidget::slotIMAPDelete(IMAPResponse &response) if (response.statusResponse().status() == IMAPResponseEnums::OK) { - emit status(tr("Deletion successfull!")); + emit status(tr("Deletion successful!")); |