[gnome-boxes] Fix 'catagories' typo in comment



commit fe9cf7c56b7d27c8c3c3e9d53e9385e294494368
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Tue May 21 17:39:57 2013 +0200

    Fix 'catagories' typo in comment

 src/box-config.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/box-config.vala b/src/box-config.vala
index edb9aee..39dd816 100644
--- a/src/box-config.vala
+++ b/src/box-config.vala
@@ -184,7 +184,7 @@ public class Boxes.BoxConfig: GLib.Object, Boxes.IConfig {
 
     public int compare (BoxConfig other) {
         // sort favorites first
-        // FIXME: We should probably have some fixed catagories rather than hard-coded strings
+        // FIXME: We should probably have some fixed categories rather than hard-coded strings
         if ("favorite" in categories) {
             if (!("favorite" in other.categories))
                 return -1;


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