mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -53,7 +53,7 @@ struct syslog_data {
|
|||
|
||||
/*
|
||||
* Many of these facilities don't really make sense anymore, but we keep them
|
||||
* for compatability purposes.
|
||||
* for compatibility purposes.
|
||||
*/
|
||||
#define LOG_KERN ( 0 << 3)
|
||||
#define LOG_USER ( 1 << 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue