Misc. typo fixes

Various workbenches
This commit is contained in:
Unknown
2017-12-23 07:59:21 -05:00
committed by wmayer
parent 3df389f5f2
commit a8ecffb652
98 changed files with 169 additions and 169 deletions

View File

@@ -200,7 +200,7 @@ void GLImageBox::drawImage()
if (_image.hasValidData() == false)
return;
// Gets the size of the diplayed image area using the current display settings
// Gets the size of the displayed image area using the current display settings
// (in units of image pixels)
int dx, dy;
getDisplayedImageAreaSize(dx, dy);
@@ -265,7 +265,7 @@ void GLImageBox::drawImage()
}
}
// Gets the size of the diplayed image area using the current display settings
// Gets the size of the displayed image area using the current display settings
// (in units of image pixels)
void GLImageBox::getDisplayedImageAreaSize(int &dx, int &dy)
{