mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
fix: some typos (#3904)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user