[dconf-editor] Fix typos.



commit 294eb0e816fae198f5a81ba78bfcc3717e261297
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Jun 13 22:41:56 2020 +0200

    Fix typos.
    
    Found by [Codespell](https://github.com/codespell-project/codespell).

 editor/base-window.css                      | 4 ++--
 editor/browser-window.vala                  | 2 +-
 editor/ca.desrt.dconf-editor.appdata.xml.in | 2 +-
 editor/ca.desrt.dconf-editor.gschema.xml    | 2 +-
 editor/dconf-editor.1                       | 2 +-
 editor/dconf-editor.css                     | 2 +-
 editor/dconf-model.vala                     | 2 +-
 editor/dconf-window.vala                    | 6 +++---
 editor/help-overlay.ui                      | 2 +-
 editor/modifications-revealer.vala          | 2 +-
 editor/registry-list.vala                   | 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/editor/base-window.css b/editor/base-window.css
index 0a11467..cff03c9 100644
--- a/editor/base-window.css
+++ b/editor/base-window.css
@@ -36,7 +36,7 @@
 }
 
 /*\
-* * overlayed list
+* * overlaid list
 \*/
 
   .vertical.overlayed-list.needs-padding          > scrolledwindow > viewport > list {
@@ -109,7 +109,7 @@
 }
 
 /*\
-* * text formating
+* * text formatting
 \*/
 
 .small-label {
diff --git a/editor/browser-window.vala b/editor/browser-window.vala
index 8c6bf24..f8a0600 100644
--- a/editor/browser-window.vala
+++ b/editor/browser-window.vala
@@ -568,7 +568,7 @@ private abstract class BrowserWindow : BaseWindow
     }
 
     /*\
-    * * keyboad action entries
+    * * keyboard action entries
     \*/
 
     private void install_key_action_entries ()
diff --git a/editor/ca.desrt.dconf-editor.appdata.xml.in b/editor/ca.desrt.dconf-editor.appdata.xml.in
index 1fe4167..92e3076 100644
--- a/editor/ca.desrt.dconf-editor.appdata.xml.in
+++ b/editor/ca.desrt.dconf-editor.appdata.xml.in
@@ -20,7 +20,7 @@
   </description>
 
   <releases>
-    <!-- should be kept in versionning inverted order -->
+    <!-- should be kept in versioning inverted order -->
     <release version="3.36.0" date="2020-03-10" type="stable" urgency="medium"/>
   ​  <release version="3.35.91" date="2020-02-15" type="development" urgency="low"/>
   </releases>
diff --git a/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
index d463b71..7f550a6 100644
--- a/editor/ca.desrt.dconf-editor.gschema.xml
+++ b/editor/ca.desrt.dconf-editor.gschema.xml
@@ -69,7 +69,7 @@
   <!-- each alias element specifies an alias for one of the possible values -->
   <!ELEMENT alias EMPTY >
   <!ATTLIST alias value  CDATA #REQUIRED
-                  targed CDATA #REQUIRED >
+                  target CDATA #REQUIRED >
 
   <!ELEMENT child EMPTY >
   <!ATTLIST child name   CDATA #REQUIRED
diff --git a/editor/dconf-editor.1 b/editor/dconf-editor.1
index 7d1633c..63cd4f1 100644
--- a/editor/dconf-editor.1
+++ b/editor/dconf-editor.1
@@ -47,7 +47,7 @@ Prints the release version and exits.
 Prints the list of relocatable schemas and exits.
 .TP
 .BR \--I-understand-that-changing-options-can-break-applications
-Launchs application without showing initial warning.
+Launches application without showing initial warning.
 .SH "SEE ALSO"
 .BR dconf (7)
 .BR dconf (1)
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 794dcf0..3e66458 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -370,7 +370,7 @@ window:not(.hc-theme).extra-thin-window:backdrop .property-name-label:disabled {
 }
 
 /*\
-* * text formating
+* * text formatting
 \*/
 
 .greyed-label {
diff --git a/editor/dconf-model.vala b/editor/dconf-model.vala
index b07d5b7..4556919 100644
--- a/editor/dconf-model.vala
+++ b/editor/dconf-model.vala
@@ -979,7 +979,7 @@ private class SettingsModel : SettingsModelCore
     }
 
     /*\
-    * * Directories informations
+    * * Directories information
     \*/
 
     internal Variant _get_folder_properties (string folder_path)
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index defbb23..b81751b 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -285,7 +285,7 @@ private class DConfWindow : BookmarksWindow, AdaptativeWidget
         checkbutton.visible = true;
         checkbutton.active = true;
         checkbutton.margin_top = 5;
-        box.add (checkbutton);  // TODO don't show box if the user explicitely said she wanted to see the 
dialog next time?
+        box.add (checkbutton);  // TODO don't show box if the user explicitly said she wanted to see the 
dialog next time?
 
         ulong dialog_response_handler = dialog.response.connect (() => { if (!checkbutton.active) 
settings.set_boolean ("show-warning", false); });
         dialog.run ();
@@ -519,7 +519,7 @@ private class DConfWindow : BookmarksWindow, AdaptativeWidget
     }
 
     /*\
-    * * Keyboad action entries
+    * * Keyboard action entries
     \*/
 
     private void install_kbd_action_entries ()
@@ -765,7 +765,7 @@ private class DConfWindow : BookmarksWindow, AdaptativeWidget
     }
 
     /*\
-    * * Non-existant path notifications // TODO unduplicate
+    * * Non-existent path notifications // TODO unduplicate
     \*/
 
     private void notify_folder_emptied (SimpleAction action, Variant? path_variant)
diff --git a/editor/help-overlay.ui b/editor/help-overlay.ui
index 19821f7..235fa6f 100644
--- a/editor/help-overlay.ui
+++ b/editor/help-overlay.ui
@@ -227,7 +227,7 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">False</property>
-                <!-- Translators: entry disabled for now; Ctrl-I action, when browsing; displays 
informations on selected folder -->
+                <!-- Translators: entry disabled for now; Ctrl-I action, when browsing; displays information 
on selected folder -->
                 <property name="title" translatable="yes" context="shortcut window">Toggle folder 
properties</property>
                 <property name="accelerator">&lt;Primary&gt;i</property>
               </object>
diff --git a/editor/modifications-revealer.vala b/editor/modifications-revealer.vala
index 2dd749a..1ab6484 100644
--- a/editor/modifications-revealer.vala
+++ b/editor/modifications-revealer.vala
@@ -79,7 +79,7 @@ private class ModificationsRevealer : Revealer, AdaptativeWidget
     }
 
     /*\
-    * * Reseting objects
+    * * Resetting objects
     \*/
 
     internal void reset_objects (string base_path, Variant? objects, bool recursively)
diff --git a/editor/registry-list.vala b/editor/registry-list.vala
index 01473db..74b7f99 100644
--- a/editor/registry-list.vala
+++ b/editor/registry-list.vala
@@ -663,7 +663,7 @@ private abstract class RegistryList : Grid, BrowsableView, AdaptativeWidget
 
     private static void get_type_or_value (string type_string, string key_value_text, out string 
key_type_label, out bool key_type_italic)
     {
-        // all these types have a value garantied to be displayable in a limited (and not too long) number 
of chars; there is also the empty tuple, but "type “()”" looks even better than "empty tuple"
+        // all these types have a value guaranteed to be displayable in a limited (and not too long) number 
of chars; there is also the empty tuple, but "type “()”" looks even better than "empty tuple"
         if (type_string == "b" || type_string == "mb" || type_string == "y" || type_string == "h" || 
type_string == "d" || type_string == "n" || type_string == "q" || type_string == "i" || type_string == "u")
         {
             key_type_label = key_value_text;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]