summaryrefslogtreecommitdiff
path: root/src/dnsmasq
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-18 14:13:28 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-18 14:14:07 +0200
commitaca671fff0cff70bab75259d8434b546f41bd077 (patch)
tree5eeaa8fbedff5798277ae1b55ca76cddc34098ed /src/dnsmasq
parentb01ebd7399693dc611ce07e375e1aeeb6a49ba93 (diff)
all: replace "it's" with "its" where needed
Diffstat (limited to 'src/dnsmasq')
-rw-r--r--src/dnsmasq/nm-dnsmasq-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq/nm-dnsmasq-manager.c b/src/dnsmasq/nm-dnsmasq-manager.c
index 323ef78198..041e75ea4f 100644
--- a/src/dnsmasq/nm-dnsmasq-manager.c
+++ b/src/dnsmasq/nm-dnsmasq-manager.c
@@ -181,7 +181,7 @@ create_dm_cmd_line (const char *iface,
nm_cmd_line_add_string (cmd, "--log-queries");
}
- /* dnsmasq may read from it's default config file location, which if that
+ /* dnsmasq may read from its default config file location, which if that
* location is a valid config file, it will combine with the options here
* and cause undesirable side-effects. Like sending bogus IP addresses
* as the gateway or whatever. So tell dnsmasq not to use any config file