Fix AKS -> ASK typo

2007-12-14  Alexander Larsson  <alexl@redhat.com>

        * gmountoperation.h:
	Fix AKS -> ASK typo


svn path=/trunk/; revision=6120
This commit is contained in:
Alexander Larsson 2007-12-14 11:17:44 +00:00 committed by Alexander Larsson
parent 4cb6eab803
commit 3abace8118
2 changed files with 6 additions and 1 deletions

View 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:

View 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;
/**