]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libstrongswan/plugins/sha1/sha1_hasher.c
Spelling fixes
[thirdparty/strongswan.git] / src / libstrongswan / plugins / sha1 / sha1_hasher.c
index fca65dfa2c32213f60709c6038f5236a5a28a3ab..f7541a64c882da23f125fd4a016e9a867da1c827 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * Hochschule fuer Technik Rapperswil
+ * HSR Hochschule fuer Technik Rapperswil
  *
  * Ported from Steve Reid's <steve@edmweb.com> implementation
  * "SHA1 in C" found in strongSwan.
@@ -48,7 +48,7 @@
 typedef struct private_sha1_hasher_t private_sha1_hasher_t;
 
 /**
- * Private data structure with hasing context.
+ * Private data structure with hashing context.
  */
 struct private_sha1_hasher_t {
        /**