diff options
Diffstat (limited to 'src/libeinfo/einfo.h')
-rw-r--r-- | src/libeinfo/einfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h index 557db92a..d9f1b54e 100644 --- a/src/libeinfo/einfo.h +++ b/src/libeinfo/einfo.h @@ -108,7 +108,7 @@ int ebegin(const char * EINFO_RESTRICT, ...) EINFO_PRINTF(1, 2); * eend places [ ok ] or [ !! ] at the end of the terminal line depending on * retval (0 or ok, anything else for !!) * - * ebracket allows you to specifiy the position, color and message */ + * ebracket allows you to specify the position, color and message */ /*@{*/ int eend(int, const char * EINFO_RESTRICT, ...) EINFO_PRINTF(2, 3); int ewend(int, const char * EINFO_RESTRICT, ...) EINFO_PRINTF(2, 3); |