Modified a comment

This commit is contained in:
Pierre Pronchery 2014-05-22 02:56:50 +02:00
parent 0dc5fd8969
commit ad233c8caa

View File

@ -875,7 +875,7 @@ static int _helper_open_gtkdoc(Helper * helper, char const * gtkdocdir,
p = &gtkdocdir;
if(*p == NULL)
return -1;
/* read a package API documentation */
/* read the API documentation */
if((s = string_new_append("file://", *p, "/", package, "/index.html",
NULL)) == NULL)
return -1;