Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 6c33554

Browse files
committed
Fixed small typo in Pilosa-removal comment
Signed-off-by: Daylon Wilkins <[email protected]>
1 parent 6d5d7a3 commit 6c33554

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

auth/audit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// These tests due not run on Windows due to the Pilosa dependency, as it makes
1+
// These tests do not run on Windows due to the Pilosa dependency, as it makes
22
// use of syscall.Mmap, which does not exist on the platform.
33

44
// +build !windows

auth/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// These tests due not run on Windows due to the Pilosa dependency, as it makes
1+
// These tests do not run on Windows due to the Pilosa dependency, as it makes
22
// use of syscall.Mmap, which does not exist on the platform.
33

44
// +build !windows

auth/native_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// These tests due not run on Windows due to the Pilosa dependency, as it makes
1+
// These tests do not run on Windows due to the Pilosa dependency, as it makes
22
// use of syscall.Mmap, which does not exist on the platform.
33

44
// +build !windows

auth/none_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// These tests due not run on Windows due to the Pilosa dependency, as it makes
1+
// These tests do not run on Windows due to the Pilosa dependency, as it makes
22
// use of syscall.Mmap, which does not exist on the platform.
33

44
// +build !windows

engine_pilosa_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// These tests due not run on Windows due to the Pilosa dependency, as it makes
1+
// These tests do not run on Windows due to the Pilosa dependency, as it makes
22
// use of syscall.Mmap, which does not exist on the platform.
33

44
// +build !windows

0 commit comments

Comments
 (0)