- Fixed typo in doxygen info

diff --git a/include/polarssl/des.h b/include/polarssl/des.h
index 09c00a7..653e68b 100644
--- a/include/polarssl/des.h
+++ b/include/polarssl/des.h
@@ -87,7 +87,7 @@
  *
  * \param key      8-byte secret key
  *
- * \resurn         0 if no weak key was found, 1 if a weak key was identified.
+ * \return         0 if no weak key was found, 1 if a weak key was identified.
  */
 int des_key_check_weak( const unsigned char key[DES_KEY_SIZE] );