[devhelp] fix typo in schema (GNOME bug 706498)



commit 01ea1fe9165982d1dd123dc95da1aa770efa3dbb
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Aug 21 15:42:59 2013 +0200

    fix typo in schema (GNOME bug 706498)

 data/org.gnome.devhelp.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.devhelp.gschema.xml b/data/org.gnome.devhelp.gschema.xml
index df412b8..4f51ced 100644
--- a/data/org.gnome.devhelp.gschema.xml
+++ b/data/org.gnome.devhelp.gschema.xml
@@ -72,8 +72,8 @@
   <schema id="org.gnome.devhelp.state.assistant.window" path="/org/gnome/devhelp/state/assistant/window/">
     <key name="maximized" type="b">
       <default>false</default>
-      <summary>Whether the assistant window should be maximixed</summary>
-      <description>Whether the assistant window should be maximixed.</description>
+      <summary>Whether the assistant window should be maximized</summary>
+      <description>Whether the assistant window should be maximized.</description>
     </key>
     <key name="width" type="i">
       <default>350</default>


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