summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-08-04 11:03:08 -0700
committerKevin McCarthy <kevin@8t8.us>2020-08-04 11:03:08 -0700
commit8e8c586d3277c2b3b8b1dd9f9ba34a412df07989 (patch)
tree66b5e045ba15c889f856fe06db3b5fc18d962ef7 /doc
parent2fbc29ec127aa3d699def01e574f14996db8cacc (diff)
Fix manual typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index feabe2a5..37844ea9 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -7379,7 +7379,7 @@ run (concat "set my_name = '" \
(or $ENV_NAME "Test User") "'")
==> generates and runs the line:
- set my_name = 'Text User'
+ set my_name = 'Test User'
</screen>
<para>