bug#59647: [PATCH] Fix typos in docstrings.

2023-01-16 Thread jgart
> Hi! These are not typos: “iff” is short for “if and only if”. Oops! 🦆 Thanks for clarifying that ;()

bug#59647: [PATCH] Fix typos in docstrings.

2023-01-16 Thread Ludovic Courtès
jgart skribis: > * libguile/boolean.c > (scm_not): Fix typo. > (scm_boolean_p): Fix typo. > --- > libguile/boolean.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libguile/boolean.c b/libguile/boolean.c > index e8370331f..930001a89 100644 > --- a/libguile/b

bug#59647: [PATCH] Fix typos in docstrings.

2022-11-27 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
* libguile/boolean.c (scm_not): Fix typo. (scm_boolean_p): Fix typo. --- libguile/boolean.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/boolean.c b/libguile/boolean.c index e8370331f..930001a89 100644 --- a/libguile/boolean.c +++ b/libguile/boolean.c @@