diff options
author | 2018-08-14 17:55:55 +0200 | |
---|---|---|
committer | 2018-08-14 08:55:55 -0700 | |
commit | 6d8a078704567821513e8ccab29fdc5baee809f7 (patch) | |
tree | 98f3d865bfa5b853780129647ca8be7027820acc /plugin/root/root_test.go | |
parent | 18a77cd04557b810eba96a7239d39ee2d7a92157 (diff) | |
download | coredns-6d8a078704567821513e8ccab29fdc5baee809f7.tar.gz coredns-6d8a078704567821513e8ccab29fdc5baee809f7.tar.zst coredns-6d8a078704567821513e8ccab29fdc5baee809f7.zip |
Typo fixes (#2031)
Diffstat (limited to 'plugin/root/root_test.go')
-rw-r--r-- | plugin/root/root_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/root/root_test.go b/plugin/root/root_test.go index 618e6ab2e..3b4a4df04 100644 --- a/plugin/root/root_test.go +++ b/plugin/root/root_test.go @@ -89,7 +89,7 @@ func TestRoot(t *testing.T) { } } -// getTempDirPath returnes the path to the system temp directory. If it does not exists - an error is returned. +// getTempDirPath returns the path to the system temp directory. If it does not exist - an error is returned. func getTempDirPath() (string, error) { tempDir := os.TempDir() _, err := os.Stat(tempDir) |