From 78d206398d20076a7b2edc68697b2655dec54199 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 Jan 2020 12:27:41 -0500 Subject: [PATCH] another typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 041b75f9a..021fca318 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ spoilers: * fix accessing mons[-1] when monster figures out if a tin cures stoning * have string_for_opt() return empty_optstr on failure * ensure existing callers of string_for_opt() check return value before using it - * fix potential buffer overflow in add_menu_coloring()0 + * fix potential buffer overflow in add_menu_coloring() * fix potential buffer overflow in sym_val() * fix potential buffer overflow in pline(), raw_printf(), and config_error_add() * fix potential buffer overflow in choose_windows()