aboutsummaryrefslogtreecommitdiff
path: root/plugin/root/root_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/root/root_test.go')
-rw-r--r--plugin/root/root_test.go2
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)