From a9ce0b07dd8730bc901f11ca3008230b1606633d Mon Sep 17 00:00:00 2001 From: brianjester Date: Sun, 30 Mar 2025 18:34:43 -0700 Subject: [PATCH] Update README.developer fix typo --- README.developer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.developer b/README.developer index 2b5f64695..4ded18b26 100644 --- a/README.developer +++ b/README.developer @@ -331,7 +331,7 @@ Additionally, you may want to add the '--with-perl-binding' or '--with-python-binding' or '--with-tcl-binding' or '--with-lua-binding' if you are interested in SWIG binding support for those scripting languages. -For LUA bindinds if you run "lua luatest.lua" and see this error message: +For LUA bindings if you run "lua luatest.lua" and see this error message: luatest.lua:44: Error in Rig::set_mode (arg 2), expected 'rmode_t' got 'string' This means you need to upgrade both swig and lua for 64-bit lua support This is known to work on swig 4.0.1 and lua 5.3.5