mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
all: Fix typos
This commit is contained in:
parent
e309f82efe
commit
0672b5c766
11 changed files with 15 additions and 15 deletions
|
@ -201,7 +201,7 @@ func (r *recording) record(filename string) error {
|
|||
r.FileInfo = fi
|
||||
|
||||
// If fi is a dir, we watch the files inside that directory (not recursively).
|
||||
// This matches the behaviour of fsnotity.
|
||||
// This matches the behavior of fsnotity.
|
||||
if fi.IsDir() {
|
||||
f, err := os.Open(filename)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue