[svn-commits] mmichelson: branch mmichelson/acl-v6 r276253 - /team/mmichelson/acl-v6/tests/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 13 17:59:05 CDT 2010


Author: mmichelson
Date: Tue Jul 13 17:58:55 2010
New Revision: 276253

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276253
Log:
Spell "colons" correctly.


Modified:
    team/mmichelson/acl-v6/tests/test_acl.c

Modified: team/mmichelson/acl-v6/tests/test_acl.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/acl-v6/tests/test_acl.c?view=diff&rev=276253&r1=276252&r2=276253
==============================================================================
--- team/mmichelson/acl-v6/tests/test_acl.c (original)
+++ team/mmichelson/acl-v6/tests/test_acl.c Tue Jul 13 17:58:55 2010
@@ -71,7 +71,7 @@
 		"::ffff/129",
 		/* IPv4-mapped IPv6 address has too few octets */
 		"::ffff:255.255.255/128",
-		/* Leading and trailing colongs for IPv6 address */
+		/* Leading and trailing colons for IPv6 address */
 		":1234:/15",
 		/* IPv6 address and IPv4 netmask */
 		"::ffff/255.255.255.0",




More information about the svn-commits mailing list