From: dms Date: Fri, 9 Feb 2001 16:47:27 +0000 (+0000) Subject: typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d09f20bf21c8673760bebdd1a84b6faeb8216ccd;p=infobot.git typo git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@378 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/babel.pl b/blootbot/src/Modules/babel.pl index c2c7de9..7cca74e 100644 --- a/blootbot/src/Modules/babel.pl +++ b/blootbot/src/Modules/babel.pl @@ -58,7 +58,7 @@ sub babelfish { return; } elsif ($direction eq 'from') { my $xlate = translate($phrase, $toenglish, $req, $ua); - &::pStReply($xlate) if ($xlate); + &::pSReply($xlate) if ($xlate); return; } &DEBUG("what's this junk?");