mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-14 06:39:01 +02:00
[contents.php] Fix typo (#900)
This fixes "The requested resouce cannot be found!" on line 67
This commit is contained in:
parent
27d6a22675
commit
1a7a7bad98
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ EOD
|
||||||
}
|
}
|
||||||
|
|
||||||
returnError(<<<EOD
|
returnError(<<<EOD
|
||||||
The requested resouce cannot be found!
|
The requested resource cannot be found!
|
||||||
Please make sure your input parameters are correct!
|
Please make sure your input parameters are correct!
|
||||||
EOD
|
EOD
|
||||||
, $errorCode);
|
, $errorCode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue