mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
Fix various typos
Found via `codespell -q3 -S ./yarn.lock,./src/NzbDrone.Core.Test,./src/NzbDrone.Core/Localization -L bitap,tempdate,uptodate`
This commit is contained in:
parent
940070eb9d
commit
7d8a4abc8e
24 changed files with 28 additions and 28 deletions
|
@ -170,7 +170,7 @@ class SignalRConnector extends Component {
|
|||
const resource = body.resource;
|
||||
const status = resource.status;
|
||||
|
||||
// Both sucessful and failed commands need to be
|
||||
// Both successful and failed commands need to be
|
||||
// completed, otherwise they spin until they timeout.
|
||||
|
||||
if (status === 'completed' || status === 'failed') {
|
||||
|
|
|
@ -50,7 +50,7 @@ class SelectAlbumReleaseModalContent extends Component {
|
|||
scrollDirection={scrollDirections.NONE}
|
||||
>
|
||||
<Alert>
|
||||
Overrriding a release here will <b>disable automatic release selection</b> for that album in future.
|
||||
Overriding a release here will <b>disable automatic release selection</b> for that album in future.
|
||||
</Alert>
|
||||
|
||||
<Scroller className={styles.scroller}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue