From 17589ab47d749864c1b5fcdc581ede6ab371587f Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 30 Sep 2022 03:37:51 +0300 Subject: [PATCH 33/33] Fix typo in assert message: "To" -> "Too" See osdn #45529 Signed-off-by: Marko Lindqvist --- utility/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/support.c b/utility/support.c index cc10eca9d5..fc970a336f 100644 --- a/utility/support.c +++ b/utility/support.c @@ -693,7 +693,7 @@ char *fc_strrep_resize(char *str, size_t *len, const char *search, /* Should never happen */ fc_assert_ret_val_msg(success, NULL, - "Can't replace '%s' by '%s' in '%s'. To small " + "Can't replace '%s' by '%s' in '%s'. Too small " "size after reallocation: %lu.", search, replace, str, (long unsigned int)*len); -- 2.35.1