diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2022-04-15 11:53:24 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-04-30 21:32:32 -0500 |
commit | 3054046e18332ca1bf9b901f69b02f21bb91c098 (patch) | |
tree | 149982abcec8e93296c1930f244c44b7b2eb6cfe /src/libeinfo | |
parent | f81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff) |
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'src/libeinfo')
-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); |