[gnome-boxes/gnome-3-8] Fix 'catagories' typo in comment
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-8] Fix 'catagories' typo in comment
- Date: Tue, 28 May 2013 09:07:44 +0000 (UTC)
commit e73b83b16ac58ef7cc36459fb067dc82d2acdfb3
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]