mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 23:35:36 +00:00
Apply spelling fixes.
Fixes from PR #30 (ka7) and Bug #925 (fossies.org codespell)
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
#define sudo_isclr(_a, _i) (((_a)[(_i) / NBBY] & (1<<((_i) % NBBY))) == 0)
|
||||
|
||||
/* sudo_parseln() flags */
|
||||
#define PARSELN_COMM_BOL 0x01 /* comments only at begining of line */
|
||||
#define PARSELN_COMM_BOL 0x01 /* comments only at beginning of line */
|
||||
#define PARSELN_CONT_IGN 0x02 /* ignore line continuation char */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user