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 acd8b7883fc482b7bccb7d8c1c77be34b3782856..18f06afd2be693c4edc89ed749f64cd5306696a9 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 c45bd5281f01ac5ed154295d2d37cdbbecfddba8..75704fee3b060ebceda5f257a0e71d3b320fa9fa 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"