zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit cddd6b46d8ad32f70e0b6c8c6f3192ae4bff9e79 (tree)
parent 8223aca09bc93279a88d1439d6dfc437144ec578
Author: Jay Weisskopf <jay@jayschwa.net>
Date:   Sun, 15 Sep 2019 23:21:21 -0400

Fix typos: "seperate" to "separate"

Fixes #3236

Diffstat:
Msrc/main.cpp | 2+-
Mstd/http/headers.zig | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -90,7 +90,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " -mllvm [arg] (unsupported) forward an arg to LLVM's option processing\n" " --override-std-dir [arg] override path to Zig standard library\n" " --override-lib-dir [arg] override path to Zig lib library\n" - " -ffunction-sections places each function in a seperate section\n" + " -ffunction-sections places each function in a separate section\n" "\n" "Link Options:\n" " --bundle-compiler-rt for static libraries, include compiler-rt symbols\n" diff --git a/std/http/headers.zig b/std/http/headers.zig @@ -299,7 +299,7 @@ pub const Headers = struct { return buf; } - /// Returns all headers with the given name as a comma seperated string. + /// Returns all headers with the given name as a comma separated string. /// /// Useful for HTTP headers that follow RFC-7230 section 3.2.2: /// A recipient MAY combine multiple header fields with the same field