From ba923cb80dfebc47382c4e11b9f20eb4d37e95df Mon Sep 17 00:00:00 2001 From: ShayAgros <37025016+ShayAgros@users.noreply.github.com> Date: Wed, 21 Apr 2021 10:49:44 +0300 Subject: [PATCH] Remove word duplication Co-authored-by: Lucas Schwiderski <4508454+sclu1034@users.noreply.github.com> --- luaa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luaa.h b/luaa.h index 2b765c75..07670acf 100644 --- a/luaa.h +++ b/luaa.h @@ -32,7 +32,7 @@ #include "common/luaclass.h" #if !(501 <= LUA_VERSION_NUM && LUA_VERSION_NUM < 504) -print("Awesome only supports Lua versions 5.1-5.3, please refer to, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building") +print("Awesome only supports Lua versions 5.1-5.3, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building") #endif #define luaA_deprecate(L, repl) \