diff options
author | Andy Shaw <qt-info@nokia.com> | 2010-12-01 07:55:47 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2010-12-01 07:55:47 (GMT) |
commit | 5822db01277a19d8424b1f0d55868a82c8e719e6 (patch) | |
tree | ed4ac41934337f79696c48557edfefd19b284077 /doc/src/platforms | |
parent | 934f022bd7cb141e1a73a07a912f0945e895e4f8 (diff) | |
download | Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.zip Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.tar.gz Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.tar.bz2 |
Fix two minor doc errors
Task-number: QTBUG-14929, QTBUG-15739
Reviewed-by: TrustMe
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/emb-envvars.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/emb-envvars.qdoc b/doc/src/platforms/emb-envvars.qdoc index 1d109b4..3f318eb 100644 --- a/doc/src/platforms/emb-envvars.qdoc +++ b/doc/src/platforms/emb-envvars.qdoc @@ -112,7 +112,7 @@ device, e.g., \c /dev/mouse for mouse devices and \c /dev/ts for touch panels. - Multiple keyboard drivers can be specified in one go: + Multiple mouse drivers can be specified in one go: \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 3 |