diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-07 22:00:40 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-08-07 22:00:40 +0200 |
commit | 71ab0fbda6878db4ac710b3df527f8dc13e517b6 (patch) | |
tree | ab130c720a48b990acbbd11896781a28322cd21e /docs/help/in/dcc.in | |
parent | f0aa2d204990636a65de9aaba7c13c0866fcaf83 (diff) | |
download | irssi-71ab0fbda6878db4ac710b3df527f8dc13e517b6.zip |
Applied grammar and styling corrections
Applied grammar and styling corrections.
Diffstat (limited to 'docs/help/in/dcc.in')
-rw-r--r-- | docs/help/in/dcc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/help/in/dcc.in b/docs/help/in/dcc.in index 59ac5036..c348b1ae 100644 --- a/docs/help/in/dcc.in +++ b/docs/help/in/dcc.in @@ -27,19 +27,19 @@ and file transfers. If you are behind NAT, or if the firewall is too restrictive, you might - want to try if using the passive parameter resolved your conneciton + want to try if using the passive parameter resolved your connection problem. You can send files which contain special character or spaces by enclosing - the filename within quotes. For example: "my file with spaces.txt". + the filename within quotes. For example: 'my file with spaces.txt'. %9Examples:%9 /DCC CHAT mike - /DCC GET bob "summer vacation.mkv" + /DCC GET bob 'summer vacation.mkv' /DCC SEND sarah documents/resume.pdf /DCC CLOSE mike - /DCC CLOSE bob "summer vacation.mkv" + /DCC CLOSE bob 'summer vacation.mkv' %9See also:%9 CD |