diff options
author | Stavros Ntentos <[email protected]> | 2024-05-08 23:44:01 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-08 23:44:01 +0300 |
commit | 6c9a403731f5268145c66ab4d55ca869b7b6c7b0 (patch) | |
tree | a477abb865c801c2b22cf465a9aa47125b066bd4 /src/config.ts | |
parent | 3be51c89a9bf8c086172f8bb5a8efa83d0193523 (diff) | |
download | SponsorBlock-6c9a403731f5268145c66ab4d55ca869b7b6c7b0.tar.gz SponsorBlock-6c9a403731f5268145c66ab4d55ca869b7b6c7b0.zip |
Fix comment typo
Signed-off-by: Stavros Ntentos <[email protected]>
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 2 |
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. */ |