diff options
author | Nico Weber <thakis@chromium.org> | 2020-10-02 09:59:28 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-02 16:03:17 +0200 |
commit | ef1b21004fc04efdd1baf01d375d4bac614abc61 (patch) | |
tree | 9fd9b386cc9d7bd5d21ad8e480e946c43c183b54 /Libraries/LibC/string.cpp | |
parent | 73998744793a60b91afabdbc24ad56d9d45171b9 (diff) | |
download | serenity-ef1b21004fc04efdd1baf01d375d4bac614abc61.zip |
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of
"Auguest" so that's something.
Diffstat (limited to 'Libraries/LibC/string.cpp')
-rw-r--r-- | Libraries/LibC/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibC/string.cpp b/Libraries/LibC/string.cpp index 3a71088987..5706e6bd30 100644 --- a/Libraries/LibC/string.cpp +++ b/Libraries/LibC/string.cpp @@ -342,7 +342,7 @@ const char* const sys_errlist[] = { "Connection aborted", "Connection already in progress", "Connection reset", - "Desination address required", + "Destination address required", "Host unreachable", "Illegal byte sequence", "Message size", |