mirror of
https://github.com/coredns/coredns.git
synced 2025-11-03 10:43:20 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user