gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/plain


From: gsasl-commit
Subject: CVS gsasl/lib/plain
Date: Mon, 20 Dec 2004 04:14:15 +0100

Update of /home/cvs/gsasl/lib/plain
In directory dopio:/tmp/cvs-serv5240

Modified Files:
        server.c 
Log Message:
Typo.


--- /home/cvs/gsasl/lib/plain/server.c  2004/12/20 01:55:47     1.17
+++ /home/cvs/gsasl/lib/plain/server.c  2004/12/20 03:14:15     1.18
@@ -78,7 +78,7 @@
   {
     gsasl_property_set (sctx, GSASL_AUTHZID, authzidptr);
 
-    /* FIXME: Specificaiton is unclear on whether unassigned code
+    /* FIXME: Specification is unclear on whether unassigned code
        points are allowed or not.  We don't allow them. */
     res = gsasl_saslprep (authidptr, 0, &authidprep, NULL);
     if (res != GSASL_OK)
@@ -95,7 +95,7 @@
     memcpy (passwdz, passwordptr, input_len - (passwordptr - input));
     passwdz[input_len - (passwordptr - input)] = '\0';
 
-    /* FIXME: Specificaiton is unclear on whether unassigned code
+    /* FIXME: Specification is unclear on whether unassigned code
        points are allowed or not.  We don't allow them. */
     res = gsasl_saslprep (passwdz, 0, &passprep, NULL);
     free (passwdz);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]