Debian has a list of known typos in their checking tools.
Signed-off-by: Sandro Knauß <hefee@debian.org>
# Put the include dirs which are in the source or build tree
# before all other include dirs, so the headers in the sources
-# are prefered over the already installed ones
+# are preferred over the already installed ones
# since cmake 2.4.1
set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
){
int nData = pX->nData - iOffset;
if( nData<=0 ){
- /* Overwritting with zeros */
+ /* Overwriting with zeros */
int i;
for(i=0; i<iAmt && pDest[i]==0; i++){}
if( i<iAmt ){
** the background thread from a sub-tasks previous turn is still running,
** skip it. If the first (pSorter->nTask-1) sub-tasks are all still busy,
** fall back to using the final sub-task. The first (pSorter->nTask-1)
- ** sub-tasks are prefered as they use background threads - the final
+ ** sub-tasks are preferred as they use background threads - the final
** sub-task uses the main thread. */
for(i=0; i<nWorker; i++){
int iTest = (pSorter->iPrev + i + 1) % nWorker;
QNetworkProxy::setApplicationProxy(QNetworkProxy::NoProxy);
break;
case QNetworkProxy::DefaultProxy:
- qCInfo(lcClientProxy) << "Set proxy configuration to use the prefered system proxy for http tcp connections";
+ qCInfo(lcClientProxy) << "Set proxy configuration to use the preferred system proxy for http tcp connections";
{
QNetworkProxyQuery query;
query.setProtocolTag("http");
qCInfo(lcCse()) << "Error retrieving the size of the encrypted data";
exit(1);
} else {
- qCInfo(lcCse()) << "Encrption Length:" << outLen;
+ qCInfo(lcCse()) << "Encryption Length:" << outLen;
}
unsigned char *out = (uchar*) OPENSSL_malloc(outLen);
{
qCInfo(lcCse()) << "Initializing";
if (!_account->capabilities().clientSideEncryptionAvaliable()) {
- qCInfo(lcCse()) << "No Client side encryption avaliable on server.";
+ qCInfo(lcCse()) << "No Client side encryption available on server.";
emit initializationFinished();
return;
}
qCDebug(lcCse) << "Could not open input file for reading" << input->errorString();
}
if (!output->open(QIODevice::WriteOnly)) {
- qCDebug(lcCse) << "Could not oppen output file for writting" << output->errorString();
+ qCDebug(lcCse) << "Could not oppen output file for writing" << output->errorString();
}
// Init
// Perhaps I should remove the elapsed timer if the lock is from this client?
if (_folderLockFirstTry.elapsed() > /* five minutes */ 1000 * 60 * 5 ) {
- qCDebug(lcPropagateUploadEncrypted) << "One minute passed, ignoring more attemps to lock the folder.";
+ qCDebug(lcPropagateUploadEncrypted) << "One minute passed, ignoring more attempts to lock the folder.";
return;
}
slotTryLock(fileId);