From be5b3cf8b87d8a844337226a5ca22ff73933f610 Mon Sep 17 00:00:00 2001 From: Jase Thew Date: Wed, 19 May 2010 19:44:39 +0000 Subject: [PATCH] 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 --- docs/help/in/exec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help/in/exec.in b/docs/help/in/exec.in index 36ae264c..7b092868 100644 --- a/docs/help/in/exec.in +++ b/docs/help/in/exec.in @@ -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.