diff --git a/Moose Setup/Moose_Create.lua b/Moose Setup/Moose_Create.lua index 41c41c22e..4b3e635ec 100644 --- a/Moose Setup/Moose_Create.lua +++ b/Moose Setup/Moose_Create.lua @@ -15,7 +15,7 @@ print( "Commit Hash ID : " .. MooseCommitHash ) print( "Moose development path : " .. MooseDevelopmentPath ) print( "Moose setup path : " .. MooseSetupPath ) print( "Moose target path : " .. MooseTargetPath ) -print( "isWidows : " .. isWindows) +print( "isWindows : " .. isWindows) function PathConvert(splatnixPath) @@ -90,4 +90,4 @@ LoaderFile:close() print("Moose include generation complete.") if MooseDynamicStatic == "D" then print("To enable dynamic moose loading, add a soft or hard link from \"\\Scripts\\Moose\" to the \"Moose Development\\Moose\" subdirectory of the Moose_Framework repository.") -end \ No newline at end of file +end