summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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>