summaryrefslogtreecommitdiffstats
path: root/pkg/gui/file_watching.go
diff options
context:
space:
mode:
authorcodesoap <codesoap@mailbox.org>2021-09-01 22:51:24 +0200
committercodesoap <codesoap@mailbox.org>2021-09-01 22:51:24 +0200
commitc1d2aa61f3af471df014c8c19df7da481f0c5901 (patch)
tree1ab0b9b7ccb4b310bc6a543beeb37a466eced770 /pkg/gui/file_watching.go
parent63072af5bc4f93207b4ff1f49c45772a828fa13f (diff)
Fix misspells
Diffstat (limited to 'pkg/gui/file_watching.go')
-rw-r--r--pkg/gui/file_watching.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/file_watching.go b/pkg/gui/file_watching.go
index 607aa6eec..f5749a97d 100644
--- a/pkg/gui/file_watching.go
+++ b/pkg/gui/file_watching.go
@@ -11,7 +11,7 @@ import (
)
// macs for some bizarre reason cap the number of watchable files to 256.
-// there's no obvious platform agonstic way to check the situation of the user's
+// there's no obvious platform agnostic way to check the situation of the user's
// computer so we're just arbitrarily capping at 200. This isn't so bad because
// file watching is only really an added bonus for faster refreshing.
const MAX_WATCHED_FILES = 50