[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs (silent)
From:       Enrique Matías Sánchez <cronopios () gmail ! com>
Date:       2007-03-19 13:54:42
Message-ID: 1174312482.653586.17049.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 644193 by quique:

SVN_SILENT: Fix spelling errors reported by EBN

 M  +1 -1      khtml/rendering/render_object.cpp  
 M  +1 -1      khtml/xml/dom_elementimpl.cpp  
 M  +1 -1      kio/kio/kfileitemdelegate.cpp  
 M  +1 -1      kjs/regexp.cpp  
 M  +1 -1      kross/core/action.h  
 M  +1 -1      phonon/audiooutput.cpp  
 M  +1 -1      threadweaver/Examples/SMIV/QImageLoaderJob.h  


--- trunk/KDE/kdelibs/khtml/rendering/render_object.cpp #644192:644193
@@ -1326,7 +1326,7 @@
         m_hasOverflowClip = false;
     }
 
-    // only honour z-index for non-static objects and objects with opacity
+    // only honor z-index for non-static objects and objects with opacity
     if ( style->position() == STATIC && style->opacity() == 1.0f ) {
         if ( isRoot() )
             style->setZIndex( 0 );
--- trunk/KDE/kdelibs/khtml/xml/dom_elementimpl.cpp #644192:644193
@@ -1012,7 +1012,7 @@
 	result += tagName().string();
 	result += ">";
     } else if (result.length() == 1) {
-	// ensure we dont get results like < /> can happen when serialize document
+	// ensure we do not get results like < /> can happen when serialize document
         result = "";
     } else {
 	result += " />";
--- trunk/KDE/kdelibs/kio/kio/kfileitemdelegate.cpp #644192:644193
@@ -340,7 +340,7 @@
     if (!wordWrapText(option) && text.indexOf(QChar::LineSeparator) == -1)
         return metrics.elidedText(text, option.textElideMode, maxWidth);
 
-    // Elide each line that has already been layed out in the layout.
+    // Elide each line that has already been laid out in the layout.
     QString elided;
     elided.reserve(text.length());
 
--- trunk/KDE/kdelibs/kjs/regexp.cpp #644192:644193
@@ -218,7 +218,7 @@
   // even past the \0 since the non-empty handling may jump one past the end
   _originalPos = new int[length * 3 + 2];
 
-  // Convert to runs of 8-bit characters, and generate indeces
+  // Convert to runs of 8-bit characters, and generate indices
   // Note that we do NOT combine surrogate pairs here, as
   // regexps operate on them as separate characters
   char *p      = _buffer;
--- trunk/KDE/kdelibs/kross/core/action.h #644192:644193
@@ -292,7 +292,7 @@
             /**
              * Set the value of the property with the name \p name . If there
              * exist no such property a new one got added. If \p persistent is
-             * true the property will be automaticly saved and restored.
+             * true the property will be automatically saved and restored.
              */
             void setProperty(const QString& name, const QString& value, bool persistent = false);
 
--- trunk/KDE/kdelibs/phonon/audiooutput.cpp #644192:644193
@@ -176,7 +176,7 @@
 	// set up attributes
     INTERFACE_CALL(setVolume(d->volume));
 
-    // if the output device is not available and the device was not explicitely set
+    // if the output device is not available and the device was not explicitly set
     if (!INTERFACE_CALL(setOutputDevice(d->outputDeviceIndex)) && !d->outputDeviceOverridden) {
         // fall back in the preference list of output devices
         QList<int> deviceList = GlobalConfig().audioOutputDeviceListFor(d->category);
--- trunk/KDE/kdelibs/threadweaver/Examples/SMIV/QImageLoaderJob.h #644192:644193
@@ -40,7 +40,7 @@
         QImageLoaderJob (FileLoaderJob* file, QObject* parent=0);
         ~QImageLoaderJob ();
         /** Return the image. If it is not completely created, null will be
-            returned. If an error occured (for example, the data in file is a
+            returned. If an error occurred (for example, the data in file is a
             corrupted image), null will be returned, too. */
         QImage image() const;
       /** reimpl */
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic