From: Jérémie Astor Date: Sun, 2 May 2021 15:44:18 +0000 (+0200) Subject: Fix typo X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5260b0d7118142e34084943f887442c868e1ba05;p=gwion.git Fix typo --- diff --git a/docs/Contributing/Plugins/reference.mdr b/docs/Contributing/Plugins/reference.mdr index 3d95064d..eee20208 100644 --- a/docs/Contributing/Plugins/reference.mdr +++ b/docs/Contributing/Plugins/reference.mdr @@ -10,7 +10,7 @@ Name | Value | Description `GW_PASS` | 0 | Ignore the result and continue `GW_ERROR` | -1 | An error occured -The following macros are sugar for handling error codes. They can exit the scope of the function. It si recommended to use these rather than writing: +The following macros are sugar for handling error codes. They can exit the scope of the function. It is recommended to use these rather than writing: ```c if (!a) return NULL; ```