summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-11-12 23:06:18 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-11-12 23:06:18 +0000
commitd9f479e81b63a602140d6e8969bc7d93fd332ebd (patch)
treece8aa5f9ff7e02555a231eb26f76163f2dba328e /doc
parent326278e8a5b6b44860136dbede6be46514a9d276 (diff)
downloadexecline-d9f479e81b63a602140d6e8969bc7d93fd332ebd.tar.xz
Doc typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/getcwd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getcwd.html b/doc/getcwd.html
index 8d8971a..2f040db 100644
--- a/doc/getcwd.html
+++ b/doc/getcwd.html
@@ -32,7 +32,7 @@ then executes a program.
<p>
<tt>getcwd</tt> stores a fully resolved absolute path (i.e. without any
-<tt>..</t> or symbolic link components) to its current working directory
+<tt>..</tt> or symbolic link components) to its current working directory
into the <em>var</em> variable, then
execs into <em>prog</em> with its arguments.
</p>