From: Sergey Matveev Date: Tue, 15 Mar 2022 07:49:48 +0000 (+0300) Subject: Typo X-Git-Url: http://www.git.stargrave.org/?p=zk.zsh.git;a=commitdiff_plain;h=b387e27f63f2b5958eb253a8e4afc30455737536 Typo --- diff --git a/zk.zsh b/zk.zsh index 38455b6..94653b1 100755 --- a/zk.zsh +++ b/zk.zsh @@ -118,7 +118,7 @@ genIndex() { } for p (${(oi)_links}) entries=($entries "[$p] (${pages[$p]})") if [[ $cats ]]; then - entries=($entries "\nBacklinks:\n") + entries=($entries "\nSubdirectories:\n") for p (${(oi)cats}) { entries=($entries "[$p/Index]") _links=($p/Index $_links)