From c2b69f4e9b33f662efec6855ff46b99b69632619 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 3 Sep 2020 22:22:00 +0100 Subject: [PATCH] Fix a couple of spelling errors in docbook files. --- docbook/faq.adoc | 4 ++-- docbook/wsluarm.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docbook/faq.adoc b/docbook/faq.adoc index 6beb618b44..c6223cec11 100644 --- a/docbook/faq.adoc +++ b/docbook/faq.adoc @@ -547,7 +547,7 @@ any, to support capturing the FCS of a frame. Most OSes do *not* support capturing the FCS of a frame on Ethernet, and probably do not support it on most other link-layer types. Some -drivres on some OSes do support it, such as some (all?) Ethernet drivers +drivers on some OSes do support it, such as some (all?) Ethernet drivers on NetBSD and possibly the driver for Apple's gigabit Ethernet interface in macOS; in those OSes, you might always get the FCS, or you might only get the FCS if you capture in promiscuous mode (you'd have to determine @@ -613,7 +613,7 @@ address won't be done, which may speed up the process of reading the capture file after the capture is stopped. You can make that setting the default by selecting "Preferences" from the "Edit" menu, turning off the "Enable network name resolution" option in the "Name resolution" options -in the preferences disalog box, and using the "Save" button in that +in the preferences dialog box, and using the "Save" button in that dialog box; note that this will save _all_ your current preference settings. diff --git a/docbook/wsluarm.adoc b/docbook/wsluarm.adoc index 0bebde81f7..7487b7be3f 100644 --- a/docbook/wsluarm.adoc +++ b/docbook/wsluarm.adoc @@ -332,7 +332,7 @@ characters stand for compilation flags. Combinations of the following characters very start and end. This can be changed within a pattern by a “(?m)” option setting. -* _s_ = G_REGEX_DOTALL - A dot metacharater (“.”) in the pattern matches +* _s_ = G_REGEX_DOTALL - A dot metacharacter (“.”) in the pattern matches all characters, including newlines. Without it, newlines are excluded. This option can be changed within a pattern by a ("?s") option setting.