summaryrefslogtreecommitdiff
path: root/bus/config-parser-trivial.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-10 16:45:34 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-28 11:05:43 +0100
commit638828526a9e7e4ff790c8949c65f3ee80a2cc79 (patch)
tree404090ec3c956eb5e19aaccb9a2cc692dfabafa9 /bus/config-parser-trivial.c
parent2c776890bf179e2abb044f98d379baf5417c07a8 (diff)
downloaddbus-638828526a9e7e4ff790c8949c65f3ee80a2cc79.tar.gz
Fix spelling/grammatical mistakes detected by Debian's lintian(1)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38284 Reviewed-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'bus/config-parser-trivial.c')
-rw-r--r--bus/config-parser-trivial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/config-parser-trivial.c b/bus/config-parser-trivial.c
index f37b4fb4..6ef50f8e 100644
--- a/bus/config-parser-trivial.c
+++ b/bus/config-parser-trivial.c
@@ -188,7 +188,7 @@ bus_config_parser_start_element (BusConfigParser *parser,
default:
{
/* we really don't care about the others... */
- _dbus_verbose (" START We dont care about '%s' type '%i'\n", element_name, parser->type);
+ _dbus_verbose (" START We don't care about '%s' type '%i'\n", element_name, parser->type);
break;
}
}
@@ -289,7 +289,7 @@ bus_config_parser_content (BusConfigParser *parser,
default:
{
/* we don't care about the others... really */
- _dbus_verbose (" CONTENTS We dont care '%s' type '%i'\n", _dbus_string_get_const_data (&content_sane), parser->type);
+ _dbus_verbose (" CONTENTS We don't care about '%s' type '%i'\n", _dbus_string_get_const_data (&content_sane), parser->type);
break;
}
}