diff options
| author | 2022-01-08 16:25:17 +0100 | |
|---|---|---|
| committer | 2022-01-08 16:25:17 +0100 | |
| commit | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (patch) | |
| tree | d87c483688575cb5a6b674849e2aefa2052116c8 /app/Controllers/importExportController.php | |
| parent | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (diff) | |
Fix various typos and spelling errors in documentation, comments and code. (#4134)
Diffstat (limited to 'app/Controllers/importExportController.php')
| -rw-r--r-- | app/Controllers/importExportController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/importExportController.php b/app/Controllers/importExportController.php index efb2684fe..d384afddb 100644 --- a/app/Controllers/importExportController.php +++ b/app/Controllers/importExportController.php @@ -255,7 +255,7 @@ class FreshRSS_importExport_Controller extends FreshRSS_ActionController { * * @param string $article_file the JSON file content. * @param boolean $starred true if articles from the file must be starred. - * @return boolean false if an error occured, true otherwise. + * @return boolean false if an error occurred, true otherwise. */ private function importJson($article_file, $starred = false) { $article_object = json_decode($article_file, true); |
