typo fix. how did this ever work?

git-svn-id: file:///home/svn/framework3/trunk@8795 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-03-11 19:41:59 +00:00
parent a20b74536c
commit dbe4d05875
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class NetwareConsole
#
# Writes to the command shell.
#
def shell_read(buf)
def shell_write(buf)
rstream.write(buf)
end
@ -100,4 +100,4 @@ class NetwareConsole
end
end
end
end