aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2024-05-08 17:54:10 -0400
committerGitHub <[email protected]>2024-05-08 17:54:10 -0400
commitd3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a (patch)
treea477abb865c801c2b22cf465a9aa47125b066bd4
parent3be51c89a9bf8c086172f8bb5a8efa83d0193523 (diff)
parent6c9a403731f5268145c66ab4d55ca869b7b6c7b0 (diff)
downloadSponsorBlock-d3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a.tar.gz
SponsorBlock-d3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a.zip
Merge pull request #2017 from stdedos/fix/disabled-comment-typo
Fix comment typo
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 85847a5e..3fbe23ba 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -140,7 +140,7 @@ interface SBStorage {
downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>;
navigationApiAvailable: boolean;
- // Used when sync storage disbaled
+ // Used when sync storage disabled
alreadyInstalled: boolean;
/* Contains unsubmitted segments that the user has created. */