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

List:       kde-commits
Subject:    KDE/kdebase/workspace (silent)
From:       Arto Hytönen <amthpublic () gmail ! com>
Date:       2007-09-01 8:57:11
Message-ID: 1188637031.977428.24860.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 707210 by amth:

SVN_SILENT typos-- and few contractions--


 M  +1 -1      kcontrol/kfontinst/apps/Printer.cpp  
 M  +1 -1      kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp  
 M  +1 -1      kcontrol/kfontinst/lib/DisabledFonts.cpp  
 M  +1 -1      kcontrol/kfontinst/lib/Fc.cpp  
 M  +1 -1      kcontrol/kfontinst/strigi-analyzer/FontEngine.cpp  
 M  +1 -1      kcontrol/kfontinst/viewpart/FontViewPart.cpp  
 M  +1 -1      kcontrol/smartcard/nosmartcardbase.ui  
 M  +1 -1      kdm/backend/auth.c  
 M  +1 -1      kdm/backend/choose.c  
 M  +1 -1      kdm/kfrontend/themes/circles/KdmGreeterTheme.desktop  
 M  +1 -1      klipper/history.cpp  
 M  +1 -1      krunner/lock/autologout.h  
 M  +1 -1      ksmserver/shutdown.cpp  
 M  +1 -1      ksplash/ksplashx/qcolor_p.cpp  
 M  +2 -2      ksysguard/gui/SensorBrowser.cc  
 M  +1 -1      ksysguard/gui/WorkSheet.cc  
 M  +2 -2      kwin/clients/plastik/plastik.cpp  
 M  +1 -1      kwin/data/update_default_rules.cpp  
 M  +1 -1      kwin/effects/howto.desktop  
 M  +1 -1      kwin/kcmkwin/kwinoptions/kwinactions.desktop  
 M  +1 -1      solid/bluez/bluez-bluetoothsecurityadaptor.cpp  
 M  +1 -1      systemsettings/kcmultiwidget.h  


--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/apps/Printer.cpp #707209:707210
@@ -35,7 +35,7 @@
 #endif
 #include "CreateParent.h"
 
-// Enable the following to allow printing of non-installed fonts. Doesnt seem to \
work :-( +// Enable the following to allow printing of non-installed fonts. Does not \
seem to work :-(  //#define KFI_PRINT_APP_FONTS
 
 using namespace KFI;
--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp \
#707209:707210 @@ -573,7 +573,7 @@
 
             for(; it!=end; ++it)
             {
-                if(KFI_KIO_FONTS_PROTOCOL!=(*it).protocol()) // Dont try to install \
from fonts:/ !!! +                if(KFI_KIO_FONTS_PROTOCOL!=(*it).protocol()) // Do \
not try to install from fonts:/ !!!  {
                     KUrl url(KIO::NetAccess::mostLocalUrl(*it, this));
 
--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/lib/DisabledFonts.cpp \
#707209:707210 @@ -257,7 +257,7 @@
 }
 
 //
-// Dont always lock during a load, as we may be trying to read global file (but not \
as root), +// Do not always lock during a load, as we may be trying to read global \
file (but not as root),  // or this load might be being called within the save() - so \
cant lock as is already!  void CDisabledFonts::load(bool lock)
 {
--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/lib/Fc.cpp #707209:707210
@@ -590,7 +590,7 @@
     // it is assumed that bitmaps are disabled.
 
     static bool enabled(false);
-    static bool checked(false); // Dont keep on checking!
+    static bool checked(false); // Do not keep on checking!
 
     if(!checked)
     {
--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/strigi-analyzer/FontEngine.cpp \
#707209:707210 @@ -205,7 +205,7 @@
         return TYPE_TYPE1;
 
     //
-    // NOTE: Dont accept .gz extension - strigi will decompress for us.
+    // NOTE: Do not accept .gz extension - strigi will decompress for us.
     if(Misc::checkExt(fileName, "pcf"))
         return TYPE_PCF;
 
--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/viewpart/FontViewPart.cpp \
#707209:707210 @@ -61,7 +61,7 @@
 #include <KPluginLoader>
 #include <fontconfig/fontconfig.h>
 
-// Enable the following to allow printing of non-installed fonts. Doesnt seem to \
work :-( +// Enable the following to allow printing of non-installed fonts. Does not \
seem to work :-(  //#define KFI_PRINT_APP_FONTS
 
 namespace KFI
--- trunk/KDE/kdebase/workspace/kcontrol/smartcard/nosmartcardbase.ui #707209:707210
@@ -46,7 +46,7 @@
                         <string>
 1) The KDE daemon, 'kded' is not running. You can restart it by running the command \
'kdeinit' and then try reloading the KDE Control Center to see if this message goes \
away.  
-2) You don't appear to have smartcard support in the KDE libraries. You will need to \
recompile the kdelibs package with libpcsclite installed.</string> +2) You do not \
appear to have smartcard support in the KDE libraries. You will need to recompile the \
kdelibs package with libpcsclite installed.</string>  </property>
                     <property name="alignment">
                         <set>WordBreak|AlignVCenter</set>
--- trunk/KDE/kdebase/workspace/kdm/backend/auth.c #707209:707210
@@ -543,7 +543,7 @@
 
 	/*
 	 * For HP-UX, HP's Xlib expects a fully-qualified domain name, which
-	 * is achieved by using gethostname().  For compatability, we must
+	 * is achieved by using gethostname().  For compatibility, we must
 	 * also still create the entry using uname() above.
 	 */
 	displayname[0] = 0;
--- trunk/KDE/kdebase/workspace/kdm/backend/choose.c #707209:707210
@@ -942,7 +942,7 @@
 		/* XXX the config reader should do the lookup already */
 		for (hostp = td->chooserHosts; *hostp; hostp++)
 			if (!registerForPing( *hostp ))
-				logError( "Unkown host %\"s specified for local chooser preload of display \
%s\n", *hostp, td->name ); +				logError( "Unknown host %\"s specified for local \
chooser preload of display %s\n", *hostp, td->name );  } else
 		forEachChooserHost( &td->clientAddr, td->connectionType,
 		                    addChooserHost, 0 );
--- trunk/KDE/kdebase/workspace/kdm/kfrontend/themes/circles/KdmGreeterTheme.desktop \
#707209:707210 @@ -1,4 +1,4 @@
-# This is not really a .desktop file like the rest, but it's useful to treat
+# This is not really a .desktop file like the rest, but it is useful to treat
 # it as such
 
 [KdmGreeterTheme]
--- trunk/KDE/kdebase/workspace/klipper/history.cpp #707209:707210
@@ -49,7 +49,7 @@
 
     m_topIsUserSelected = false;
 
-    // Optimisation: Compare with top item.
+    // Optimization: Compare with top item.
     if ( !itemList.isEmpty() && *itemList.first() == *item ) {
         delete item;
         return;
--- trunk/KDE/kdebase/workspace/krunner/lock/autologout.h #707209:707210
@@ -4,7 +4,7 @@
 //
 // Copyright 1999 Martin R. Jones <mjones@kde.org>
 // Copyright 2003 Oswald Buddenhagen <ossi@kde.org>
-// Coypright (c) 2004 Chris Howells <howells@kde.org>
+// Copyright 2004 Chris Howells <howells@kde.org>
 
 #ifndef AUTOLOGOUT_H
 #define AUTOLOGOUT_H
--- trunk/KDE/kdebase/workspace/ksmserver/shutdown.cpp #707209:707210
@@ -426,7 +426,7 @@
 #ifdef __GNUC__
 #warning KNotify TODO
 #endif
-	/*  How to check if the deamon is still running.    We will not start the knotify \
daemon just for playing a sound before shutdown.  or do wa want that ? +	/*  How to \
check if the daemon is still running.    We will not start the knotify daemon just \
for playing a sound before shutdown.  or do wa want that ?  
         knotifySignals = QDBus::sessionBus().findInterface("org.kde.knotify",
             "/knotify", "org.kde.KNotify" );
--- trunk/KDE/kdebase/workspace/ksplash/ksplashx/qcolor_p.cpp #707209:707210
@@ -759,7 +759,7 @@
 
     RGBData x;
     x.name = name_no_space;
-    // Funtion bsearch() is supposed to be
+    // Function bsearch() is supposed to be
     // void *bsearch(const void *key, const void *base, ...
     // So why (char*)? Are there broken bsearch() declarations out there?
     RGBData *r = (RGBData*)bsearch((char*)&x, (char*)rgbTbl, rgbTblSize,
--- trunk/KDE/kdebase/workspace/ksysguard/gui/SensorBrowser.cc #707209:707210
@@ -243,8 +243,8 @@
 
     if(sensorType == "string") continue;
 
-    /* The sensor browser can display sensors in a hierachical order.
-     * Sensors can be grouped into nodes by seperating the hierachical
+    /* The sensor browser can display sensors in a hierarchical order.
+     * Sensors can be grouped into nodes by seperating the hierarchical
      * nodes through slashes in the sensor name. E. g. cpu/system/user is
      * the sensor user in the cpu node. There is no limit for the
      * depth of nodes. */
--- trunk/KDE/kdebase/workspace/ksysguard/gui/WorkSheet.cc #707209:707210
@@ -624,7 +624,7 @@
 
   /* Obviously Qt does not shrink the size of the QGridLayout
    * automatically.  So we simply force the rows and columns that
-   * are no longer used to have a strech factor of 0 and hence be
+   * are no longer used to have a stretch factor of 0 and hence be
    * invisible. */
   for ( r = newRows; r < mRows; ++r )
     mGridLayout->setRowStretch( r, 0 );
--- trunk/KDE/kdebase/workspace/kwin/clients/plastik/plastik.cpp #707209:707210
@@ -168,7 +168,7 @@
 
     QFontMetrics fm(m_titleFont);  // active font = inactive font
     int titleHeightMin = config.readEntry("MinTitleHeight", 16);
-    // The title should strech with bigger font sizes!
+    // The title should stretch with bigger font sizes!
     m_titleHeight = qMax(titleHeightMin, fm.height() + 4); // 4 px for the shadow \
                etc.
     // have an even title/button size so the button icons are fully centered...
     if ( m_titleHeight%2 == 0)
@@ -176,7 +176,7 @@
 
     fm = QFontMetrics(m_titleFontTool);  // active font = inactive font
     int titleHeightToolMin = config.readEntry("MinTitleHeightTool", 13);
-    // The title should strech with bigger font sizes!
+    // The title should stretch with bigger font sizes!
     m_titleHeightTool = qMax(titleHeightToolMin, fm.height() ); // don't care about \
                the shadow etc.
     // have an even title/button size so the button icons are fully centered...
     if ( m_titleHeightTool%2 == 0)
--- trunk/KDE/kdebase/workspace/kwin/data/update_default_rules.cpp #707209:707210
@@ -8,7 +8,7 @@
 License. See the file "COPYING" for the exact licensing terms.
 ******************************************************************/
 
-// read addtional window rules and add them to kwinrulesrc
+// read additional window rules and add them to kwinrulesrc
 
 #include <kconfig.h>
 #include <kdebug.h>
--- trunk/KDE/kdebase/workspace/kwin/effects/howto.desktop #707209:707210
@@ -25,7 +25,7 @@
 X-KDE-PluginInfo-Name=kwin4_effect_howto
 # Category of the effect, for config dialog
 X-KDE-PluginInfo-Category=Demos
-# Version and licence
+# Version and license
 X-KDE-PluginInfo-Version=0.1.0
 X-KDE-PluginInfo-License=GPL
 # If the effect depends on any other effect(s) to be active, then internal
--- trunk/KDE/kdebase/workspace/kwin/kcmkwin/kwinoptions/kwinactions.desktop \
#707209:707210 @@ -134,7 +134,7 @@
 Comment[xh]=Qwalasela izicwangciso zebhodi yezitshixho neze mouse
 Comment[zh_TW]=設定鍵盤與滑 的設定值
 
-Keywords=shade,maximise,maximize,minimize,minimise,lower,operations \
menu,titlebar,resize \
+Keywords=shade,maximize,maximize,minimize,minimize,lower,operations \
menu,titlebar,resize  \
Keywords[be]=Згарнуць,Найбольшыць,Найменшыць,Змяніць \
памер,Меню аперацыяў,Меню \
дзеянняў,Загаловак,shade,maximise,maximize,minimize,minimise,lower,operations \
menu,titlebar,resize  Keywords[bg]=Keywords=сгъване, \
максимизиране, минимизиране, заглавие, \
промяна, размер, shade, maximise, maximize, minimize, minimise, lower, \
operations menu, titlebar, resize  Keywords[ca]=plegar,maximitzar,minimitzar,passar \
                al davant,operacions del menú, barra del títol,redimensionar
--- trunk/KDE/kdebase/workspace/solid/bluez/bluez-bluetoothsecurityadaptor.cpp \
#707209:707210 @@ -57,7 +57,7 @@
             kDebug() << "UnregisterDefaultPasskeyAgent failed :" << \
iface.lastError().name() << " : " << iface.lastError().message();  serviceName = "";
         } else {
-            kDebug() << "UnregisterDefaultPasskeyAgent Successfull!:" << \
iface.lastError().name() << " : " << iface.lastError().message(); +            \
kDebug() << "UnregisterDefaultPasskeyAgent Successful!:" << iface.lastError().name() \
<< " : " << iface.lastError().message();  }
     }
 }
--- trunk/KDE/kdebase/workspace/systemsettings/kcmultiwidget.h #707209:707210
@@ -147,7 +147,7 @@
 
 	/**
 	 * Emitted right before a module is shown.
-	 * Usefull for updating caption, help, etc
+	 * Useful for updating caption, help, etc
 	 *
 	 * @param moduleinfo The module that is about to be shown.
 	 * @sense 3.4


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

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