summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-07 07:40:53 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-07 07:40:53 -0400
commitaf86c440389986ed72cb1a943a98d1aaf297f467 (patch)
tree5dce66e17289fbd108ebd1414c3c008d7859efdb /src/libsystemd
parent9b361114f568e839784a3aeba5c1df5a95e86832 (diff)
Remove repeated 'the's
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-bus/GVARIANT-SERIALIZATION4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION b/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
index 859e2715f9..6aeb11364a 100644
--- a/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
+++ b/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
@@ -25,8 +25,8 @@ The header consists of the following:
= 12 bytes
-This header is then followed by the the fields array, whose first
-value is a 32bit array size.
+This header is then followed by the fields array, whose first value is
+a 32bit array size.
When using GVariant we keep the basic structure in place, only
slightly alter the header, and define protocol version '2'. The new