# HG changeset patch # User Gary Kramlich # Date 1297903389 0 # Node ID 1e9425e70a94e7e36b7530f19383a3b54a6fdc3a # Parent 2b041e31b8250fe80c5dd37e988fbdf5f4d6ff2d Fixed a typo diff -r 2b041e31b825 -r 1e9425e70a94 libpurple/cipher.c --- a/libpurple/cipher.c Thu Feb 17 00:42:53 2011 +0000 +++ b/libpurple/cipher.c Thu Feb 17 00:43:09 2011 +0000 @@ -223,7 +223,7 @@ return &handle; } -/* This are implemented in the purple-ciphers sublibrary built in the ciphers +/* These are implemented in the purple-ciphers sublibrary built in the ciphers * directory. We could put a header file in there, but it's less hassle for * the developer to just add it here since they have to register it here as * well.