Arthur Cinader 7 years ago
parent
commit
ffeeff5102
1 changed files with 1 additions and 1 deletions
  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();
 	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, "in", "http://www.google.com/");
 	wkhtmltoimage_set_global_setting(gs, "fmt", "jpeg");
 	wkhtmltoimage_set_global_setting(gs, "fmt", "jpeg");