From 1c78b1edc78e8f4c6a69cca27f945187163c714e Mon Sep 17 00:00:00 2001 From: klemens Date: Wed, 13 Apr 2016 22:37:26 +0200 Subject: [PATCH] fixing typo, as shown on litian.debian.org --- docs/man/man1/ampache.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/man1/ampache.1 b/docs/man/man1/ampache.1 index ea5ea523..ef71d0a8 100644 --- a/docs/man/man1/ampache.1 +++ b/docs/man/man1/ampache.1 @@ -91,8 +91,8 @@ php /bin/print_tags.inc [FILE] .PP migrate_config.inc -This is used to migrate your ampache.cfg.php config file from php4 formating to php5 -formating. This is done to decrease the parsing time of ampache.cfg.php. This is +This is used to migrate your ampache.cfg.php config file from php4 formatting to php5 +formatting. This is done to decrease the parsing time of ampache.cfg.php. This is generally not needed unless you are upgrading from 3.3.3.5 to 3.4.x. debian/ampache.postinst runs this script automatically if needed.