Skip to content

Commit

Permalink
Ficed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso committed Feb 24, 2020
1 parent f3338ae commit abaefc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ghostscript4js.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void GhostscriptManager::Init()
code = gsapi_new_instance(&minst, NULL);
if (code < 0)
{
throw std::runtime_error("Sorry error happened creating col cazzo Ghostscript instance. Error code: " + to_string(code));
throw std::runtime_error("Sorry error happened creating Ghostscript instance. Error code: " + to_string(code));
}
code = gsapi_set_arg_encoding(minst, GS_ARG_ENCODING_UTF8);
if (code < 0)
Expand Down

0 comments on commit abaefc3

Please sign in to comment.