fix: some typos (#3904)

This commit is contained in:
A Cœur
2022-10-13 22:35:10 +08:00
committed by GitHub
parent 20c2fde7ae
commit 4ea9c87fea
21 changed files with 29 additions and 27 deletions

View File

@@ -5190,7 +5190,7 @@ void onTorrentCompletenessChanged(tr_torrent* tor, tr_completeness status, bool
height = NSHeight(self.fTableView.enclosingScrollView.frame);
}
//make sure we dont go bigger that the screen height
//make sure we don't go bigger than the screen height
NSScreen* screen = self.fWindow.screen;
if (screen)
{
@@ -5207,7 +5207,7 @@ void onTorrentCompletenessChanged(tr_torrent* tor, tr_completeness status, bool
}
}
//make sure we dont have zero height
//make sure we don't have zero height
if (height < minHeight)
{
height = minHeight;