Arthur Cinader 7 年之前
父節點
當前提交
ffeeff5102
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/image_c_api.c

+ 1 - 1
examples/image_c_api.c

@@ -63,7 +63,7 @@ int main() {
 	 */
 	gs = wkhtmltoimage_create_global_settings();
 
-	/* We want to convert to convert the qstring documentation page */
+	/* We want to convert the qstring documentation page */
 	wkhtmltoimage_set_global_setting(gs, "in", "http://www.google.com/");
 	wkhtmltoimage_set_global_setting(gs, "fmt", "jpeg");