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 7ae8e5e3d3d704e501abbf479876e9177b31fe65..24856878fd2882fe5d50cc2f98334a9653d08297 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-14  Alexander Larsson  <alexl@redhat.com>
+
+        * gmountoperation.h:
+       Fix AKS -> ASK typo
+
 2007-12-14  Alexander Larsson  <alexl@redhat.com>
 
         * gappinfo.h:
index d35706c924039ba3d3821c52ff3a54fecfba51dc..0b7e65c06777ac3a152961538b24c721e9c471ae 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;
 
 /**