aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-09-24 16:29:27 +0200
committerSimon Ser <contact@emersion.fr>2021-09-24 16:33:26 +0200
commitd96d2f5f23e1096ed70dbbf286d5f9480957f667 (patch)
treed71994c9df507055471bb69790b72e58e0b24c40 /CONTRIBUTING.md
parent754f40f9cb0182bf5664a34e558b21f623afbe6d (diff)
Fix a typo in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 89ebab18..a4e53bbd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -193,7 +193,7 @@ zeroed value and exit cleanly; this simplifies error handling a lot.
### Error Codes
For functions not returning a value, they should return a (stdbool.h) bool to
-indicated if they succeeded or not.
+indicate whether they succeeded or not.
### Macros