about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/neorg/neorg6
1 files changed, 3 insertions, 3 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg
index 3193ab0a..3fdef9a1 100755
--- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg
+++ b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg
@@ -222,11 +222,11 @@ ADD_open_taskwarrior_project_file() {
     fi
 }
 # }}}
-# {{{
+# fStart {{{
 FSTART_start_new_task() {
     task_id="$1";
-    # we provided that only one task may be active
-    active="$(task +ACITVE _ids)";
+    # we ensured that only one task may be active
+    active="$(task +ACTIVE _ids)";
     [ "$active" ] && task stop "$active";
     task start "$task_id"
 }