- fix commentary typo
diff --git a/include/libbb.h b/include/libbb.h
index a076062..9d70e70 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1098,7 +1098,7 @@
 
 #define FILEUTILS_CP_OPTSTR "pdRfils" USE_SELINUX("c")
 extern const char *applet_name;
-/* "BusyBox vN.N.N (timestamp or extra_vestion)" */
+/* "BusyBox vN.N.N (timestamp or extra_version)" */
 extern const char bb_banner[];
 extern const char bb_msg_memory_exhausted[];
 extern const char bb_msg_invalid_date[];