diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2014-03-14 21:13:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-17 02:35:35 -0400 |
commit | 6f285378aa6e4b5b23c939d1fea16f9ab0a57efb (patch) | |
tree | 430c984f46eeccc768c100e7ef31a961177e5fcc /src/libsystemd/sd-bus/bus-message.c | |
parent | 9029f64298cb70c12ecf638fddee7f41b056fcf1 (diff) |
core, libsystemd, systemd, timedate, udev: spelling fixes
Diffstat (limited to 'src/libsystemd/sd-bus/bus-message.c')
-rw-r--r-- | src/libsystemd/sd-bus/bus-message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-message.c b/src/libsystemd/sd-bus/bus-message.c index b9d7f6dbfd..e32f2b827f 100644 --- a/src/libsystemd/sd-bus/bus-message.c +++ b/src/libsystemd/sd-bus/bus-message.c @@ -4215,7 +4215,7 @@ static int message_read_ap( * in a single stackframe. We hence implement our own * home-grown stack in an array. */ - n_array = (unsigned) -1; /* lenght of current array entries */ + n_array = (unsigned) -1; /* length of current array entries */ n_struct = strlen(types); /* length of current struct contents signature */ for (;;) { |