diff --git a/xpcom/typelib/xpidl/xpidl.c b/xpcom/typelib/xpidl/xpidl.c index 04d5f92e3ea3..f24b68f4fb55 100644 --- a/xpcom/typelib/xpidl/xpidl.c +++ b/xpcom/typelib/xpidl/xpidl.c @@ -52,7 +52,7 @@ gboolean emit_typelib_annotations = FALSE; static char xpidl_usage_str[] = "Usage: %s [-m mode] [-w] [-v] [-I path] [-o basename] filename.idl\n" -" -a emit annotaions to typelib\n" +" -a emit annotations to typelib\n" " -w turn on warnings (recommended)\n" " -v verbose mode (NYI)\n" " -I add entry to start of include path for ``#include \"nsIThing.idl\"''\n"