Fix many spelling errors

This commit is contained in:
Landon Curt Noll
2021-02-12 22:09:47 -08:00
parent 486f4c5626
commit 507fe026e5
154 changed files with 482 additions and 476 deletions

2
hist.h
View File

@@ -58,7 +58,7 @@
* not prevent calling the other routines, but fancy command line editing
* is then disabled.
*/
#define HIST_SUCCESS 0 /* successfully inited */
#define HIST_SUCCESS 0 /* successfully initialized */
#define HIST_INITED 1 /* initialization is already done */
#define HIST_NOFILE 2 /* bindings file could not be read */
#define HIST_NOTTY 3 /* terminal modes could not be set */