summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2003-07-09 21:13:57 +0000
committerRuss Allbery <eagle@eyrie.org>2003-07-09 21:13:57 +0000
commitcfa23388fbdc5bec41fe6f5cca78eb9ad61da752 (patch)
tree7bc5903bace5f0cd6cb469a4255364a48ce82cba
parentf7c92f8fa91a1da0132367cafebca4c59265a782 (diff)
Fix an incorrect variable name in the last change.
-rwxr-xr-xbin/spin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spin b/bin/spin
index 2e88e05..821e4c5 100755
--- a/bin/spin
+++ b/bin/spin
@@ -711,7 +711,7 @@ sub do_tablerow {
sub do_verbatim {
my ($format, $text) = @_;
$text = unescape ($text);
- return (1, $output);
+ return (1, $text);
}
# The table of available commands. First column is the number of arguments,