Browse Source

Fixed spelling mistake in comment

Nolan Neustaeter 12 years ago
parent
commit
015c6facf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/pdf_c_api.c

+ 1 - 1
examples/pdf_c_api.c

@@ -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);
 
 	/*