From: Andre Noll Date: Fri, 14 Jul 2017 18:45:57 +0000 (+0200) Subject: afh: Fix typo in comment. X-Git-Tag: v0.6.1~54 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=34be2cc6668b2297566de312250f6c0104796f65;hp=b93023b9a3257ca6c4a0bfa37f73bec0a2513699 afh: Fix typo in comment. --- diff --git a/afh_common.c b/afh_common.c index 6feb7c35..4d8884a6 100644 --- a/afh_common.c +++ b/afh_common.c @@ -28,7 +28,7 @@ const char *status_item_list[] = {STATUS_ITEM_ARRAY}; * * We always define the full array of audio formats even if some audio formats * were not compiled in. This is because for each audio file the number of its - * audio format is stored in the database. We don't want that numbers to become + * audio format is stored in the database. We don't want these numbers to become * stale just because the user installed a new version of paraslash that * supports a different set of audio formats. *