diff options
author | Raul Gutierrez S <rgs@itevenworks.net> | 2015-04-19 22:27:45 -0700 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-04-20 08:54:01 +0200 |
commit | 30a5b7820c403fe18ccbe8e5cb71cb4b49b7f7dc (patch) | |
tree | 6d42ae6fb6d180d01120c786175581d4911ac4ae | |
parent | 9f8f87e375175536a972feab79c2ff8901c47f8e (diff) |
util: fix typo
-rw-r--r-- | src/shared/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.c b/src/shared/util.c index 53f84886af..f14d9ee90b 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! * |