commit 06b0395a01703705eb2bece75c63f9d1af6c9cca
parent 975d4c0213a9302f63630b7c879264d03e83dc23
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 20 Dec 2024 10:27:45 +0100
fix: fix spelling mistake in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/show.php b/lib/show.php
@@ -9,7 +9,7 @@ function show_note(
     /* Read Note: if it does not exist yet, use empty string */
     $content = read_note($user, $category, $filename);
 
-    /* generate old filename. leave empty if there was one */
+    /* generate old filename. leave empty if there was none */
     if (!empty($category) && !empty($filename)) {
         $filepath_t1 = $category . "/" . $filename;
     } else {