diff --git a/tools/helper.c b/tools/helper.c index 1e404e4..d2b1e1b 100644 --- a/tools/helper.c +++ b/tools/helper.c @@ -875,7 +875,7 @@ static int _helper_open_gtkdoc(Helper * helper, char const * gtkdocdir, p = >kdocdir; 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;