From: Raul Gutierrez S Date: Mon, 20 Apr 2015 05:27:45 +0000 (-0700) Subject: util: fix typo X-Git-Tag: v220~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30a5b7820c403fe18ccbe8e5cb71cb4b49b7f7dc;p=thirdparty%2Fsystemd.git util: fix typo --- diff --git a/src/shared/util.c b/src/shared/util.c index 53f84886af3..f14d9ee90ba 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -1700,7 +1700,7 @@ int parse_size(const char *t, off_t base, off_t *size) { * sometimes SI decimal suffixes. This function can parse * both. Which one is the right way depends on the * context. Wikipedia suggests that SI is customary for - * hardrware metrics and network speeds, while IEC is + * hardware metrics and network speeds, while IEC is * customary for most data sizes used by software and volatile * (RAM) memory. Hence be careful which one you pick! *