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/apps') 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 @@ -10600,7 +10600,6 @@ ski\sci skid\discesa a valle, avventare skiful\esperto skilful\apprčndere, azzeccato -skilfull\apprčndere skill\sorte, disinvoltura skilled\versato skilled worker\operaio specializzato @@ -12649,7 +12648,6 @@ use\uso, adoperare use up\esaurire used\usato useful\utile -usefull\utile useless\inutile, disůtile, inservibile user\utente uses\usato 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 @@ -120,7 +120,7 @@ void FileReceive::setupChild() { close(m_info[0] ); /* * FD_CLOEXEC will close the - * fd on successfull exec + * fd on successful exec */ if (m_info[1] ) fcntl(m_info[1], F_SETFD, FD_CLOEXEC ); 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 @@ -141,7 +141,7 @@ void FileTransfer::setupChild() { close(m_info[0] ); /* * FD_CLOEXEC will close the - * fd on successfull exec + * fd on successful exec */ if (m_info[1] ) fcntl(m_info[1], F_SETFD, FD_CLOEXEC ); -- cgit v0.9.0.2