summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-10-31 18:05:07 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-10-31 18:05:07 +0000
commitc2462c5d53f7f6a691192b6ee093b9598db15ab6 (patch)
tree4924767d83a98a267f092c13dbe6e7e0aedd43e2
parent8b10eb17edf8b44299f2d2b29331308912dc56ff (diff)
Fix typo
-rw-r--r--src/SSVOpenHexagon/Core/LuaScripting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SSVOpenHexagon/Core/LuaScripting.cpp b/src/SSVOpenHexagon/Core/LuaScripting.cpp
index 0d35f10c..b6d32580 100644
--- a/src/SSVOpenHexagon/Core/LuaScripting.cpp
+++ b/src/SSVOpenHexagon/Core/LuaScripting.cpp
@@ -112,7 +112,7 @@ static void initRandom(Lua::LuaContext& lua, random_number_generator& rng)
.arg("upper")
.doc(
"Internal replacement for `math.random`. Calls `u_rndReal()` with "
- "`$0 == 0`, `u_rndUpper($2)` with `$0 == 1`, and `u_rndInt($1, "
+ "`$0 == 0`, `u_rndIntUpper($2)` with `$0 == 1`, and `u_rndInt($1, "
"$2)` with `$0 == 2`.");
// ------------------------------------------------------------------------