From: Alexander Kanavin Date: Tue, 5 Nov 2013 15:55:20 +0000 (+0200) Subject: docs: fix up grammar X-Git-Tag: upstream/2.4.0^2~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e081c4516be597d3763d3bf57d518929f0a2c8a1;p=platform%2Fupstream%2Flibgsignon-glib.git docs: fix up grammar --- diff --git a/libgsignon-glib/signon-identity.c b/libgsignon-glib/signon-identity.c index acd8b78..18f06af 100644 --- a/libgsignon-glib/signon-identity.c +++ b/libgsignon-glib/signon-identity.c @@ -84,7 +84,7 @@ * * - Realms is a list of realms that the identity can be used in. * Interpretation of this field is up to the method. Typically it is - * list of internet domains allowed for authentication request. + * a list of internet domains allowed for an authentication request. * Default value is an empty list. * * - Type is a #SignonIdentityType. Interpretation of this field is up to the application; diff --git a/libgsignon-glib/signon-security-context.c b/libgsignon-glib/signon-security-context.c index c45bd52..75704fe 100644 --- a/libgsignon-glib/signon-security-context.c +++ b/libgsignon-glib/signon-security-context.c @@ -50,11 +50,10 @@ * * System context and application context can contain a wildcard * operator "*" to match 'any', while "" matches 'none' when a default - * gSSO extension is used. Matches are always evaluated in order where - * system context is evaluated first and if match is found, only then - * application context is evaluated. - * Check the documentation for a platform specific extension to determine - * any specific match rules with custom ACM (Access Control Manager). + * gSSO extension is used. The system context is always evaluated first + * and if a match is found, only then the application context is evaluated. + * Check the documentation for platform specific extensions to determine + * any specific match rules with custom ACMs (Access Control Managers). */ #include "signon-security-context.h"