git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47876 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -129,7 +129,7 @@ int Vect_build_partial(struct Map_info *Map, int build)
plus->spidx_with_z = Map->head.with_z;
if (build == GV_BUILD_ALL) {
- dig_cidx_free(plus); /* free old (if any) category index) */
+ dig_cidx_free(plus); /* free old (if any) category index */
dig_cidx_init(plus);
}