xbps-repo/index.c: fix a typo.

This commit is contained in:
Juan RP 2010-05-18 23:06:27 +02:00
parent 2be6a7b1bc
commit 8b222fd093

View File

@ -233,7 +233,7 @@ xbps_repo_addpkg_index(prop_dictionary_t idxdict, const char *filedir,
}
/*
* Remote some unneeded and large objects.
* Remove some unneeded and large objects.
*/
prop_dictionary_remove(newpkgd, "long_desc");
prop_dictionary_remove(newpkgd, "maintainer");