changeset 31671:1e9425e70a94

Fixed a typo
author Gary Kramlich <grim@reaperworld.com>
date Thu, 17 Feb 2011 00:43:09 +0000
parents 2b041e31b825
children 42147e198008
files libpurple/cipher.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.