Skip to main content

Fix this comment

ID
a7ca1ff
date
2023-12-28 10:54:31+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
096518c
message
Fix this comment
changed files
1 file, 2 additions, 1 deletion

Changed files

macos/obnote (1962) → macos/obnote (2048)

diff --git a/macos/obnote b/macos/obnote
index 5e134fd..f1371e5 100755
--- a/macos/obnote
+++ b/macos/obnote
@@ -51,7 +51,8 @@ if __name__ == "__main__":
 
     # Match the vault name to a path on disk.
     #
-    # This is very specific to my setp
+    # This is very specific to my setup, so if you want to use it on
+    # your computer, you'll need to customise this bit.
     if vault_name == "textfiles":
         vault_root = os.path.join(os.environ["HOME"], "textfiles")
     else: