Skip to content

Commit

Permalink
Merge pull request #30 from franciscod/patch-1
Browse files Browse the repository at this point in the history
wsh.c: fix typo on "Whitchcraft"
  • Loading branch information
endrazine committed Apr 5, 2018
2 parents 6fb6e66 + 083662b commit f141963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wsh/wsh.c
Expand Up @@ -880,7 +880,7 @@ int headers(lua_State * L)

read_arg1(libname);

printf("/**\n*\n* Automatically generated by the Whitchcraft Compiler Collection %s\n*\n* %s %s\n*\n*/\n\n\n", WVERSION, WTIME, WDATE);
printf("/**\n*\n* Automatically generated by the Witchcraft Compiler Collection %s\n*\n* %s %s\n*\n*/\n\n\n", WVERSION, WTIME, WDATE);

/**
* generate headers for imported objects
Expand Down

0 comments on commit f141963

Please sign in to comment.