officecfg/registry/schema/org/openoffice/Office/Common.xcs     |   14 
+++++-----
 officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs |    4 +-
 sal/osl/unx/thread.c                                           |    2 -
 vcl/generic/print/psheader.ps                                  |    2 -
 wizards/source/tools/Misc.xba                                  |    4 +-
 5 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 74cd77b2294ae600576100fdb1b6ba36753c9a00
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Wed Sep 11 15:44:49 2013 +0200

    typo fix: wether -> whether
    
    Change-Id: Iad4182d7150f851df06a7208a811d482351f736a

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index ac9ed45..d2f26c0 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2485,14 +2485,14 @@
         </prop>
         <prop oor:name="WarnSaveOrSendDoc" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
-            <desc>Specifies wether to warn when saving or sending documents 
with
+            <desc>Specifies whether to warn when saving or sending documents 
with
             personal/hidden data.</desc>
           </info>
           <value>false</value>
         </prop>
         <prop oor:name="WarnSignDoc" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
-            <desc>Specifies wether to warn when signing documents with
+            <desc>Specifies whether to warn when signing documents with
             personal/hidden data.</desc>
           </info>
           <value>true</value>
@@ -2504,28 +2504,28 @@
         </prop>
         <prop oor:name="WarnPrintDoc" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
-            <desc>Specifies wether to warn when printing documents with
+            <desc>Specifies whether to warn when printing documents with
             personal/hidden data.</desc>
           </info>
           <value>false</value>
         </prop>
         <prop oor:name="WarnCreatePDF" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
-            <desc>Specifies wether to warn when creating PDF documents with
+            <desc>Specifies whether to warn when creating PDF documents with
             personal/hidden data.</desc>
           </info>
           <value>false</value>
         </prop>
         <prop oor:name="RemovePersonalInfoOnSaving" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
-            <desc>Specifies wether to remove personal information on
+            <desc>Specifies whether to remove personal information on
             saving.</desc>
           </info>
           <value>false</value>
         </prop>
         <prop oor:name="RecommendPasswordProtection" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
-            <desc>Specifies wether to recommend password protection when saving
+            <desc>Specifies whether to recommend password protection when 
saving
             documents.</desc>
           </info>
           <value>false</value>
@@ -3422,7 +3422,7 @@
       </info>
       <prop oor:name="ShowBasic" oor:type="xs:boolean" oor:nillable="false">
         <info>
-          <desc>Determines wether basic help should be shown.</desc>
+          <desc>Determines whether basic help should be shown.</desc>
         </info>
         <value>true</value>
       </prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 4da4888..152abe7 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -292,7 +292,7 @@
       <prop oor:name="IsUseCharacterVariants" oor:type="xs:boolean" 
oor:nillable="false">
         <!-- OldLocation: NEW -->
         <info>
-          <desc>Specifies wether Taiwan, Hongkong SAR, and Macao SAR character
+          <desc>Specifies whether Taiwan, Hongkong SAR, and Macao SAR character
           variants should be used for translation.</desc>
           <label>Use character variants</label>
         </info>
@@ -301,7 +301,7 @@
       <prop oor:name="IsTranslateCommonTerms" oor:type="xs:boolean" 
oor:nillable="false">
         <!-- OldLocation: NEW -->
         <info>
-          <desc>Specifies wether common terms should be detected and translated
+          <desc>Specifies whether common terms should be detected and 
translated
           as whole words.</desc>
           <label>Translate Common Terms</label>
         </info>
diff --git a/sal/osl/unx/thread.c b/sal/osl/unx/thread.c
index 0e1ebba..c137b24 100644
--- a/sal/osl/unx/thread.c
+++ b/sal/osl/unx/thread.c
@@ -1031,7 +1031,7 @@ static void osl_thread_textencoding_init_Impl (void)
 
     /*
     Tools string functions call abort() on an unknown encoding so ASCII
-    is a meaningfull fallback regardless wether the assertion makes sense.
+    is a meaningfull fallback regardless whether the assertion makes sense.
     */
 
     if ( RTL_TEXTENCODING_DONTKNOW == defaultEncoding )
diff --git a/vcl/generic/print/psheader.ps b/vcl/generic/print/psheader.ps
index ebd93e1..1a690a7 100644
--- a/vcl/generic/print/psheader.ps
+++ b/vcl/generic/print/psheader.ps
@@ -50,7 +50,7 @@ begin
                                        currentfile 1 string readstring % s bool
                                        pop                                     
                        % s
                                        0 get                                   
                % s[0]
-                                                                               
                        % --- check wether s[0] is CR, LF ...
+                                                                               
                        % --- check whether s[0] is CR, LF ...
                                        dup 32 gt                               
                % s > ' ' ? then read on
                                        { exit }
                                        { pop  }
diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba
index 640bdec..c789892 100644
--- a/wizards/source/tools/Misc.xba
+++ b/wizards/source/tools/Misc.xba
@@ -134,8 +134,8 @@ Dim sProdName as String
 End Function
 
 
-&apos; Opens a Document, checks beforehand, wether it has to be loaded
-&apos; or wether it is already on the desktop.
+&apos; Opens a Document, checks beforehand, whether it has to be loaded
+&apos; or whether it is already on the desktop.
 &apos; If the parameter bDisposable is set to False then then returned document
 &apos; should not be disposed afterwards, because it is already opened.
 Function OpenDocument(DocPath as String, Args(), Optional bDisposable as 
Boolean)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to