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

List:       kde-commits
Subject:    KDE/kdebase (silent)
From:       Thorsten Roeder <thorsten.roeder () weihenstephan ! org>
Date:       2007-05-08 22:05:31
Message-ID: 1178661931.746523.24524.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 662694 by troeder:

SVN_SILENT: some krazy spelling fixes mainly in comments

 M  +1 -1      apps/dolphin/src/dolphindirlister.h  
 M  +1 -1      apps/dolphin/src/dolphinmainwindow.h  
 M  +1 -1      apps/dolphin/src/dolphinview.h  
 M  +1 -1      apps/dolphin/src/sidebarpage.h  
 M  +1 -1      apps/konqueror/konq_combo.cc  
 M  +2 -2      apps/konqueror/konq_combo.h  
 M  +1 -1      runtime/kuiserver/progresslistmodel.h  
 M  +3 -3      runtime/kurifilter-plugins/tests/kurifiltertest.cpp  
 M  +1 -1      runtime/solid/control/solid/control/bluetoothremotedevice.h  
 M  +1 -1      runtime/solid/control/solid/control/ifaces/bluetoothinterface.h  
 M  +1 -1      runtime/solid/control/solid/control/ifaces/bluetoothremotedevice.h  
 M  +1 -1      runtime/solid/networkmanager/NetworkManager-wirelessnetwork.cpp  
 M  +1 -1      workspace/kwin/effects/showfps.cpp  
 M  +1 -1      workspace/kwin/lib/kwineffects.h  


--- trunk/KDE/kdebase/apps/dolphin/src/dolphindirlister.h #662693:662694
@@ -38,7 +38,7 @@
     virtual ~DolphinDirLister();
 
 signals:
-    /** Is emitted whenever an error has occured. */
+    /** Is emitted whenever an error has occurred. */
     void errorMessage(const QString& msg);
 
 protected:
--- trunk/KDE/kdebase/apps/dolphin/src/dolphinmainwindow.h #662693:662694
@@ -178,7 +178,7 @@
 
     /**
      * Opens the properties window for the selected items of the
-     * active view. The properties windows shows informations
+     * active view. The properties windows shows information
      * like name, size and permissions.
      */
     void properties();
--- trunk/KDE/kdebase/apps/dolphin/src/dolphinview.h #662693:662694
@@ -371,7 +371,7 @@
     void requestActivation();
 
     /**
-     * Request of a selection change. The view will do its best to accomodate
+     * Request of a selection change. The view will do its best to accommodate
      * the request, but it is not guaranteed that all items in \a selection
      * will actually get selected. The view will e.g. not select items which
      * are not in the currently displayed folder.
--- trunk/KDE/kdebase/apps/dolphin/src/sidebarpage.h #662693:662694
@@ -56,7 +56,7 @@
 
 signals:
     /**
-     * This signal is emited when the sidebar requests an URL-change in the
+     * This signal is emitted when the sidebar requests an URL-change in the
      * currently active file-management view. The view is not requested to
      * accept this change, if it is accepted the sidebar will be informed via
      * the setUrl() slot.
--- trunk/KDE/kdebase/apps/konqueror/konq_combo.cc #662693:662694
@@ -871,7 +871,7 @@
     blockSignals( true );
 
     int rowIndex = 0;
-    
+
     if ( count() == 0 )
         addItems( items );
     else {
--- trunk/KDE/kdebase/apps/konqueror/konq_combo.h #662693:662694
@@ -79,10 +79,10 @@
     void selectWord(QKeyEvent *e);
 
 Q_SIGNALS:
-    /** 
+    /**
       Specialized signal that emits the state of the modifier
       keys along with the actual activated text.
-     */    
+     */
     void activated( const QString &, int );
 
     /**
--- trunk/KDE/kdebase/runtime/kuiserver/progresslistmodel.h #662693:662694
@@ -139,7 +139,7 @@
       * @param index    the index where the data contained on @p value will be \
                stored
       * @param value    the data that is going to be stored
       * @param role     in what role we want to store the data at the given @p index
-      * @return         whether the data was sucessfully stored or not
+      * @return         whether the data was successfully stored or not
       */
     bool setData(const QModelIndex &index, const QVariant &value, int role = \
Qt::EditRole);  
--- trunk/KDE/kdebase/runtime/kurifilter-plugins/tests/kurifiltertest.cpp \
#662693:662694 @@ -260,9 +260,9 @@
     filter( "kfmclient", "kfmclient", KUriFilterData::EXECUTABLE, minicliFilters );
     filter( "xwininfo", "xwininfo", KUriFilterData::EXECUTABLE, minicliFilters );
     filter( "KDE", "KDE", NO_FILTERING, minicliFilters );
-    filter( "I/dont/exist", "I/dont/exist", NO_FILTERING, minicliFilters );
-    filter( "/I/dont/exist", 0, KUriFilterData::ERROR, minicliFilters );
-    filter( "/I/dont/exist#a", 0, KUriFilterData::ERROR, minicliFilters );
+    filter( "I/dont/exist", "I/dont/exist", NO_FILTERING, minicliFilters );      \
//krazy:exclude=spelling +    filter( "/I/dont/exist", 0, KUriFilterData::ERROR, \
minicliFilters );         //krazy:exclude=spelling +    filter( "/I/dont/exist#a", 0, \
                KUriFilterData::ERROR, minicliFilters );       \
                //krazy:exclude=spelling
     filter( "kfmclient --help", "kfmclient --help", KUriFilterData::EXECUTABLE, \
                minicliFilters ); // the args are in argsAndOptions()
     filter( "/usr/bin/gs", "/usr/bin/gs", KUriFilterData::EXECUTABLE, minicliFilters \
                );
     filter( "/usr/bin/gs -q -option arg1", "/usr/bin/gs -q -option arg1", \
                KUriFilterData::EXECUTABLE, minicliFilters ); // the args are in \
                argsAndOptions()
--- trunk/KDE/kdebase/runtime/solid/control/solid/control/bluetoothremotedevice.h \
#662693:662694 @@ -159,7 +159,7 @@
      * Retrieves alias of remote device. This is a local alias name for the remote \
                device.
      * If this string is empty the frontend should should use name(). This is handy \
                if
      * someone is using several bluetooth remote device with the same name. alias() \
                should
-     * be prefered used by the frontend.
+     * be preferred used by the frontend.
      * Example: "Company mobile"
      *
      * @retuns local alias of remote device.
--- trunk/KDE/kdebase/runtime/solid/control/solid/control/ifaces/bluetoothinterface.h \
#662693:662694 @@ -208,7 +208,7 @@
     virtual QStringList listRemoteDevices() const = 0;
 
     /**
-     * List the Universal Bluetooth Identifier (UBI) of all known remote devices \
since a specifc +     * List the Universal Bluetooth Identifier (UBI) of all known \
                remote devices since a specific
      * datestamp. Known remote  devices means remote bluetooth which are seen, used \
                or
      * paired/bonded.
      *
--- trunk/KDE/kdebase/runtime/solid/control/solid/control/ifaces/bluetoothremotedevice.h \
#662693:662694 @@ -140,7 +140,7 @@
      * Retrieves alias of remote device. This is a local alias name for the remote \
                device.
      * If this string is empty the frontend should should use name(). This is handy \
                if
      * someone is using several bluetooth remote device with the same name. alias() \
                should
-     * be prefered used by the frontend.
+     * be preferred used by the frontend.
      * Example: "Company mobile"
      *
      * @retuns local alias of remote device.
--- trunk/KDE/kdebase/runtime/solid/networkmanager/NetworkManager-wirelessnetwork.cpp \
#662693:662694 @@ -22,7 +22,7 @@
 #define IW_MODE_AUTO    0   /* Let the driver decides */
 #define IW_MODE_ADHOC   1   /* Single cell network */
 #define IW_MODE_INFRA   2   /* Multi cell network, roaming, ... */
-#define IW_MODE_MASTER  3   /* Synchronisation master or Access Point */
+#define IW_MODE_MASTER  3   /* Synchronization master or Access Point */
 #define IW_MODE_REPEAT  4   /* Wireless Repeater (forwarder) */
 #define IW_MODE_SECOND  5   /* Secondary master/repeater (backup) */
 #define IW_MODE_MONITOR 6   /* Passive monitor (listen only) */
--- trunk/KDE/kdebase/workspace/kwin/effects/showfps.cpp #662693:662694
@@ -159,7 +159,7 @@
 
 /*
  Differences between OpenGL and XRender:
- - differenly specified rectangles (X: width/height, O: x2,y2)
+ - differently specified rectangles (X: width/height, O: x2,y2)
  - XRender uses pre-multiplied alpha
 */
 void ShowFpsEffect::paintXrender( int fps )
--- trunk/KDE/kdebase/workspace/kwin/lib/kwineffects.h #662693:662694
@@ -8,7 +8,7 @@
 License. See the file "COPYING" for the exact licensing terms.
 ******************************************************************/
 
-// TODO MIT or some other licence, perhaps move to some lib
+// TODO MIT or some other license, perhaps move to some lib
 
 #ifndef KWIN_LIB_EFFECTS_H
 #define KWIN_LIB_EFFECTS_H


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

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