aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/slibc-human.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slibc-human.h b/include/slibc-human.h
index 57a57c2..0fd550c 100644
--- a/include/slibc-human.h
+++ b/include/slibc-human.h
@@ -318,7 +318,7 @@ char* humansize(char*, size_t, size_t, enum humansize_mode, int, const char* res
/**
* Parses a human representation of storage size or file offset.
*
- * If no unit is used, bytes are assumed. If you rather it be
+ * If no unit is used, bytes are assumed. If you would rather it be
* (for example) kilobytes, you can multiply it if
* `strpbrk(str, "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM") == NULL`.
*