Skip to content

Commit 7330fff

Browse files
authored
Update CDVSound.m (#398)
1 parent 9f54ac4 commit 7330fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/CDVSound.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ - (void)startPlayingAudio:(CDVInvokedUrlCommand*)command
447447
CMTime time = avPlayer.currentItem.asset.duration;
448448
duration = CMTimeGetSeconds(time);
449449
if (isnan(duration)) {
450-
NSLog(@"Duration is infifnite, setting it to -1");
450+
NSLog(@"Duration is infinite, setting it to -1");
451451
duration = -1;
452452
}
453453

0 commit comments

Comments
 (0)