Skip to content

Commit d173266

Browse files
committed
Fixed spelling issues
1 parent 0912bbe commit d173266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obfuscator/steps/Vmify.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local Step = require("obfuscator.step");
99
local SecureCompiler = require("obfuscator.compiler_secure.compiler");
1010

1111
local Vmify = Step:extend();
12-
Vmify.Description = "This Step will Compile your script into a fully-coustom (not a half coustom like other lua obfuscators) Bytecode Format and emit an vm for executing it.";
12+
Vmify.Description = "This Step will Compile your script into a fully-coustom (not a half coustom like other lua obfuscators) Bytecode Format and emit a vm for executing it.";
1313
Vmify.Name = "Vmify";
1414

1515
Vmify.SettingsDescriptor = {

0 commit comments

Comments
 (0)