Fix some typos in code comments

Most of them were found by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-02-16 21:56:32 +01:00
parent 0935a9c193
commit 50e7311390
3 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ if ($page == 'overview') {
// download the new archive
elseif ($page == 'getdownload') {
// retreive the new version from the form
// retrieve the new version from the form
$newversion = isset($_POST['newversion']) ? $_POST['newversion'] : null;
// valid?
@@ -193,7 +193,7 @@ elseif ($page == 'extract') {
// display error
elseif ($page == 'error') {
// retreive error-number via url-parameter
// retrieve error-number via url-parameter
$errno = isset($_GET['errno']) ? (int)$_GET['errno'] : 0;
// 1 = no allow_url_fopen