1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Correct typo (it's -> its) - spotted by coekie.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5172 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Jase Thew 2010-05-19 19:44:39 +00:00 committed by bazerka
parent 7df1c56e1a
commit be5b3cf8b8

View File

@ -28,7 +28,7 @@ Processes can be accessed either by their ID or name if you named it.
Process identifier must always begin with '%%' character, like %%0 or
%%name.
Once the process is started, it's output can still be redirected
Once the process is started, its output can still be redirected
elsewhere with the -window, -msg, etc. options. You can send text to
standard input of the process with -in option.