]> git.tuebingen.mpg.de Git - adu.git/blobdiff - user.c
Fix spelling of member of struct num_format.
[adu.git] / user.c
diff --git a/user.c b/user.c
index 29dd58bfb0af952e1278e7c6ad388d088de993ab..a1513a4cd6ffbc6f96ab7d1573c2cc210a7c7703 100644 (file)
--- a/user.c
+++ b/user.c
@@ -44,7 +44,7 @@ enum uid_info_flags {
  *
  * Even users that are not taken into account because of the --uid
  * option occupy a slot in this hash table. This allows to find out
- * quicky whether a uid is admissible. And yes, this has to be fast.
+ * quickly whether a uid is admissible. And yes, this has to be fast.
  */
 static struct user_info *uid_hash_table;
 
@@ -466,7 +466,7 @@ static char *get_uid_list_name(void)
  * \a admissible_uids. If so, it sets the admissible bit for this slot and
  * opens the osl table of the uid.
  *
- * \return Stamdard.
+ * \return Standard.
  */
 int open_admissible_user_tables(struct uid_range *admissible_uids)
 {