Skip to content

Commit 1621336

Browse files
litetexStypox
andcommitted
Fix typo
Co-Authored-By: Stypox <stypox@pm.me>
1 parent 599bc78 commit 1621336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private static DownloaderType determineDownloaderType() {
2424
return DEFAULT_DOWNLOADER;
2525
}
2626
propValue = propValue.toUpperCase();
27-
// Use shortcut because RECORDING is quite wrong
27+
// Use shortcut because RECORDING is quite long
2828
if (propValue.equals("REC")) {
2929
return DownloaderType.RECORDING;
3030
}

0 commit comments

Comments
 (0)