aboutsummaryrefslogtreecommitdiff
path: root/fsck.go
diff options
context:
space:
mode:
authorSebastian Lackner2018-12-27 12:03:00 +0100
committerrfjakob2018-12-27 15:19:55 +0100
commit874eaf9734cc10940e08f7b043652449e1e220b5 (patch)
tree1d58848741a2a78426b412fab51b22ee997d9f12 /fsck.go
parent4c2ff26457471cd36b25c29fb3f982b27002ce3c (diff)
Assorted spelling fixes.
Mostly detected with the 'codespell' utility, but also includes some manual grammar fixes.
Diffstat (limited to 'fsck.go')
-rw-r--r--fsck.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/fsck.go b/fsck.go
index 07e1a88..31033de 100644
--- a/fsck.go
+++ b/fsck.go
@@ -36,7 +36,7 @@ func (ck *fsckObj) markCorrupt(path string) {
ck.corruptListLock.Unlock()
}
-// Watch for mitigated corruptions that occour during OpenDir()
+// Watch for mitigated corruptions that occur during OpenDir()
func (ck *fsckObj) watchMitigatedCorruptionsOpenDir(path string) {
for {
select {
@@ -95,7 +95,7 @@ func (ck *fsckObj) symlink(path string) {
}
}
-// Watch for mitigated corruptions that occour during Read()
+// Watch for mitigated corruptions that occur during Read()
func (ck *fsckObj) watchMitigatedCorruptionsRead(path string) {
for {
select {
@@ -165,7 +165,7 @@ func (ck *fsckObj) file(path string) {
}
}
-// Watch for mitigated corruptions that occour during ListXAttr()
+// Watch for mitigated corruptions that occur during ListXAttr()
func (ck *fsckObj) watchMitigatedCorruptionsListXAttr(path string) {
for {
select {