Correct a "spelling" error.

This commit is contained in:
Bill Currie 2012-05-03 11:54:36 +09:00
parent e267e0a664
commit cb8fe4eb38

View file

@ -47,7 +47,7 @@ struct expr_s *warning (struct expr_s *e, const char *fmt, ...)
__attribute__ ((format (printf, 2, 3)));
struct expr_s *notice (struct expr_s *e, const char *fmt, ...)
__attribute__ ((format (printf, 2, 3)));
void debug (struct expr_s *e, const char *mft, ...)
void debug (struct expr_s *e, const char *fmt, ...)
__attribute__ ((format (printf, 2, 3)));
//@}