Spelling fix in 0.79.1 release notes

was to were
This commit is contained in:
Daniel Lathrop 2020-12-28 19:04:02 -06:00 committed by Bjørn Erik Pedersen
parent ad2f50e3d6
commit 1fc63c100e

View File

@ -11,7 +11,7 @@ images:
Hugo depends on Go's `os/exec` for certain features, e.g. for rendering of Pandoc documents if these binaries are found in the system `%PATH%` on Windows. However, if a malicious file with the same name (`exe` or `bat`) was found in the current working directory at the time of running `hugo`, the malicious command would be invoked instead of the system one.
Windows users who ran `hugo` inside untrusted Hugo sites was affected.
Windows users who ran `hugo` inside untrusted Hugo sites were affected.
The origin of this issue comes from Go, see https://github.com/golang/go/issues/38736