traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / libbb / die_if_bad_username.c
index 337ac6012b5250e876b0d434b355f28716914a37..c1641d376ab7ca8998947037a7cd55caa3321c04 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Ckeck user and group names for illegal characters
+ * Check user and group names for illegal characters
  *
  * Copyright (C) 2008 Tito Ragusa <farmatito@tiscali.it>
  *
@@ -16,7 +16,7 @@
  * at the end of the username.
  */
 
-void die_if_bad_username(const char *name)
+void FAST_FUNC die_if_bad_username(const char *name)
 {
        goto skip; /* 1st char being dash isn't valid */
        do {