Fix Typo to improve GoReport

Signed-off-by: asifdxtreme <mohammad.asif.siddiqui1@huawei.com>
This commit is contained in:
Mohammad Asif Siddiqui 2017-08-14 21:30:49 +08:00 committed by GitHub
parent 0b8c898276
commit d7716a801b

View file

@ -250,7 +250,7 @@ func ensureSaneLogPath(logPath string) error {
// symlink and we need to remove it.
fi, err := os.Lstat(logPath)
if err != nil || fi.Mode()&os.ModeSymlink == 0 {
// Non-existant files and non-symlinks aren't our problem.
// Non-existent files and non-symlinks aren't our problem.
return nil
}