diff options
author | Phil Davis <[email protected]> | 2020-12-16 16:56:32 +0545 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-16 12:11:32 +0100 |
commit | 04b89857e104ac7dcbf9fc65d8d4f1a1178123e6 (patch) | |
tree | 585bf761f0a1cfc69dffcd8afd22e94ca9da7c07 /benchSite.sh | |
parent | 21fa1e86f2aa929fb0983a0cc3dc4e271ea1cc54 (diff) | |
download | hugo-04b89857e104ac7dcbf9fc65d8d4f1a1178123e6.tar.gz hugo-04b89857e104ac7dcbf9fc65d8d4f1a1178123e6.zip |
all: Fix minor typos
Diffstat (limited to 'benchSite.sh')
-rwxr-xr-x | benchSite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchSite.sh b/benchSite.sh index 623086708..aae21231c 100755 --- a/benchSite.sh +++ b/benchSite.sh @@ -3,7 +3,7 @@ # allow user to override go executable by running as GOEXE=xxx make ... GOEXE="${GOEXE-go}" -# Send in a regexp mathing the benchmarks you want to run, i.e. './benchSite.sh "YAML"'. +# Send in a regexp matching the benchmarks you want to run, i.e. './benchSite.sh "YAML"'. # Note the quotes, which will be needed for more complex expressions. # The above will run all variations, but only for front matter YAML. |