Whamcloud - gitweb
Fix typos in code comments and developer docs
[tools/e2fsprogs.git] / intl / libgettext.h
index 3a92960..c069fbd 100644 (file)
@@ -84,7 +84,7 @@ extern int _msg_tbl_length;
 #endif
 
 
-/* For automatical extraction of messages sometimes no real
+/* For automatic extraction of messages sometimes no real
    translation is needed.  Instead the string itself is the result.  */
 #define gettext_noop(Str) (Str)