[nautilus] Fix typo



commit ff5a93f608da5547b7d4dbc97b284ee7bd80babc
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Tue Aug 29 11:02:55 2017 +0200

    Fix typo
    
    (overriden -> overridden)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786965

 data/org.gnome.nautilus.gschema.xml |    2 +-
 src/nautilus-files-view.h           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 0230358..583186d 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -215,7 +215,7 @@
     <key type="b" name="fts-default">
       <default>true</default>
       <summary>Whether to have full text search enabled by default when opening a new window/tab</summary>
-      <description>If set to true, then Nautilus will also match the file contents besides the name. This 
toggles the default active state, which can still be overriden in the search popover</description>
+      <description>If set to true, then Nautilus will also match the file contents besides the name. This 
toggles the default active state, which can still be overridden in the search popover</description>
     </key>
   </schema>
 
diff --git a/src/nautilus-files-view.h b/src/nautilus-files-view.h
index d2c5ce1..7689f98 100644
--- a/src/nautilus-files-view.h
+++ b/src/nautilus-files-view.h
@@ -217,7 +217,7 @@ struct _NautilusFilesViewClass {
         void (* widget_to_file_operation_position) (NautilusFilesView *view,
                                                     GdkPoint     *position);
 
-        /* Preference change callbacks, overriden by icon and list views.
+        /* Preference change callbacks, overridden by icon and list views.
          * Icon and list views respond by synchronizing to the new preference
          * values and forcing an update if appropriate.
          */


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