浏览代码

Fixed spelling mistake in comment

Nolan Neustaeter 12 年之前
父节点
当前提交
015c6facf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */
 	/* Call the error function when an error occures */
 	wkhtmltopdf_set_error_callback(c, error);
 	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);
 	wkhtmltopdf_set_warning_callback(c, warning);
 
 
 	/*
 	/*