docs: fix up grammar
authorAlexander Kanavin <alexander.kanavin@intel.com>
Tue, 5 Nov 2013 15:55:20 +0000 (17:55 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Tue, 5 Nov 2013 15:55:20 +0000 (17:55 +0200)
libgsignon-glib/signon-identity.c
libgsignon-glib/signon-security-context.c

index acd8b78..18f06af 100644 (file)
@@ -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;
index c45bd52..75704fe 100644 (file)
  * 
  * 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"