1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-23 09:51:17 +02:00

[contents.php] Fix typo (#900)

This fixes "The requested resouce cannot be found!" on line 67
This commit is contained in:
mr-flibble
2018-11-05 11:10:32 +01:00
committed by LogMANOriginal
parent 27d6a22675
commit 1a7a7bad98

View File

@@ -64,7 +64,7 @@ EOD
}
returnError(<<<EOD
The requested resouce cannot be found!
The requested resource cannot be found!
Please make sure your input parameters are correct!
EOD
, $errorCode);