Fix AKS -> ASK typo
authorAlexander Larsson <alexl@redhat.com>
Fri, 14 Dec 2007 11:17:44 +0000 (11:17 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 14 Dec 2007 11:17:44 +0000 (11:17 +0000)
2007-12-14  Alexander Larsson  <alexl@redhat.com>

        * gmountoperation.h:
Fix AKS -> ASK typo

svn path=/trunk/; revision=6120

gio/ChangeLog
gio/gmountoperation.h

index 7ae8e5e..2485687 100644 (file)
@@ -1,5 +1,10 @@
 2007-12-14  Alexander Larsson  <alexl@redhat.com>
 
+        * gmountoperation.h:
+       Fix AKS -> ASK typo
+
+2007-12-14  Alexander Larsson  <alexl@redhat.com>
+
         * gappinfo.h:
         * gfile.[ch]:
         * gfileattribute.[ch]:
index d35706c..0b7e65c 100644 (file)
@@ -76,7 +76,7 @@ typedef enum {
   G_ASK_PASSWORD_NEED_USERNAME       = 1<<1,
   G_ASK_PASSWORD_NEED_DOMAIN         = 1<<2,
   G_ASK_PASSWORD_SAVING_SUPPORTED    = 1<<3,
-  G_AKS_PASSWORD_ANONYMOUS_SUPPORTED = 1<<4
+  G_ASK_PASSWORD_ANONYMOUS_SUPPORTED = 1<<4
 } GAskPasswordFlags;
 
 /**