You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/04 05:49:20 UTC

svn commit: r1004098 - /commons/proper/exec/trunk/src/test/scripts/stdin.dcl

Author: sebb
Date: Mon Oct  4 03:49:20 2010
New Revision: 1004098

URL: http://svn.apache.org/viewvc?rev=1004098&view=rev
Log:
Typo

Modified:
    commons/proper/exec/trunk/src/test/scripts/stdin.dcl

Modified: commons/proper/exec/trunk/src/test/scripts/stdin.dcl
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/scripts/stdin.dcl?rev=1004098&r1=1004097&r2=1004098&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/scripts/stdin.dcl (original)
+++ commons/proper/exec/trunk/src/test/scripts/stdin.dcl Mon Oct  4 03:49:20 2010
@@ -20,4 +20,4 @@ $!
 $! Read input and display is
 $!
 $ read /prompt="What's your name? : " sys$command answer
-$ write sys$output "Hello ''answer'"
\ No newline at end of file
+$ write sys$output "Hello ''answer'!"
\ No newline at end of file