all: Correct various typos (#8870)

This commit is contained in:
Alexander Seiler
2023-05-09 08:54:02 +02:00
committed by GitHub
parent 66faea7712
commit ddce692f72
9 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func TestIsInternal(t *testing.T) {
for _, tc := range cases {
res := IsInternal(filepath.FromSlash(tc.file))
if res != tc.internal {
t.Errorf("Unexpected result: IsInteral(%q): %v should be %v", tc.file, res, tc.internal)
t.Errorf("Unexpected result: IsInternal(%q): %v should be %v", tc.file, res, tc.internal)
}
}
}