diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-07 10:14:59 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-07 10:15:08 -0500 |
commit | f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b (patch) | |
tree | 3c0443a821ae63822c27b575d20311940509dc84 /src/update-utmp | |
parent | bdb4e0cb646ff33ecbb1cf4b502870f84bf4016d (diff) | |
download | systemd-f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b.tar.gz systemd-f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b.tar.bz2 systemd-f97b34a629dc4e811b9cf3d5f8cf9032f595ee2b.zip |
Rename formats-util.h to format-util.h
We don't have plural in the name of any other -util files and this
inconsistency trips me up every time I try to type this file name
from memory. "formats-util" is even hard to pronounce.
Diffstat (limited to 'src/update-utmp')
-rw-r--r-- | src/update-utmp/update-utmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update-utmp/update-utmp.c b/src/update-utmp/update-utmp.c index a8efe8e91f..ae9859ccad 100644 --- a/src/update-utmp/update-utmp.c +++ b/src/update-utmp/update-utmp.c @@ -30,7 +30,7 @@ #include "alloc-util.h" #include "bus-error.h" #include "bus-util.h" -#include "formats-util.h" +#include "format-util.h" #include "log.h" #include "macro.h" #include "special.h" |