Squash errors from doxygen (fix typos and unescaped command characters).
[ircu2.10.12-pk.git] / ircd / ircd_crypt_native.c
index 1b1037c6e2f2abc930c4056f015c327e8404da64..e3a8fbe31297e83a50079c455c542f3e424f2782 100644 (file)
@@ -43,7 +43,7 @@
 /** Simple routine that just calls crypt() with the supplied password and salt
  * @param key The password we're encrypting.
  * @param salt The salt we're using to encrypt key
- * @reutrn The encrypted password.
+ * @return The encrypted password.
  * 
  * Well this bit is (kinda) intact from the original oper password routines :) 
  * It's a very simple wrapper routine that just calls crypt and returns the