summaryrefslogtreecommitdiff
path: root/docs/help/in
diff options
context:
space:
mode:
authorJase Thew <bazerka@irssi.org>2010-05-19 19:44:39 +0000
committerbazerka <bazerka@dbcabf3a-b0e7-0310-adc4-f8d773084564>2010-05-19 19:44:39 +0000
commitbe5b3cf8b87d8a844337226a5ca22ff73933f610 (patch)
tree9151453dddc3c0f48e55ea8780cd5bee6d70d561 /docs/help/in
parent7df1c56e1af1cceee596ef3b6965474ab46d44f7 (diff)
downloadirssi-be5b3cf8b87d8a844337226a5ca22ff73933f610.zip
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
Diffstat (limited to 'docs/help/in')
-rw-r--r--docs/help/in/exec.in2
1 files changed, 1 insertions, 1 deletions
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.