summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-04-04 14:36:49 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-11-20 16:52:21 +0100
commit1d81aeeeaee746ba269661c6763b5d617cf5afc4 (patch)
treeda697835fc11aefe7bc1ea4772101060fa89beb9
parent5ac6b73f162402724d951b749dc30a988af37eb5 (diff)
protocol: Fix 'concatonated' typo in doc text
-rw-r--r--usb-redirection-protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-redirection-protocol.txt b/usb-redirection-protocol.txt
index 60069b3..33187bc 100644
--- a/usb-redirection-protocol.txt
+++ b/usb-redirection-protocol.txt
@@ -855,7 +855,7 @@ has the following format:
Values can be either in decimal format, or in hexadecimal format pre-fixed
with 0x, a value of -1 can be used to allow any value.
-All rules of a filter are concatonated, separated by the '|' character
+All rules of a filter are concatenated, separated by the '|' character
to form a single usredirfilter string:
<rule1>|<rule2>|<rule3>