Skip to content

Commit

Permalink
Fixed spelling mistake in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolan Neustaeter committed Jan 10, 2013
1 parent 9329a1a commit 015c6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pdf_c_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main() {
/* Call the error function when an error occures */
wkhtmltopdf_set_error_callback(c, error);

/* Call the waring function when a warning is issued */
/* Call the warning function when a warning is issued */
wkhtmltopdf_set_warning_callback(c, warning);

/*
Expand Down

0 comments on commit 015c6fa

Please sign in to comment.