From f909812eb8c69a19145549fb4b0b71d7dc053bbd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Sep 2024 14:24:03 +0200 Subject: [PATCH] package/supertux: fix 'according' typo in help text Signed-off-by: Peter Korsgaard Signed-off-by: Arnout Vandecappelle (cherry picked from commit b55759c516b6f18f30b9e0bd185b414c56a62df8) Signed-off-by: Peter Korsgaard --- package/supertux/supertux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/supertux/supertux.mk b/package/supertux/supertux.mk index 3941632f51..ef930b2fcd 100644 --- a/package/supertux/supertux.mk +++ b/package/supertux/supertux.mk @@ -58,7 +58,7 @@ endif # context-sensitive by cpp. SDL_cpuinfo.h is included by SDL.h. # Including altivec.h makes arbitrary code break." # -# Acording to a bug report in GCC [1]: +# According to a bug report in GCC [1]: # "You need to use -std=g++11 or undefine bool after the include of altivec.h # as context sensitive keywords is not part of the C++11 standard". # So use gnu++11 instead of c++11 only for altivec system.