Fixed grammar in a comment.

This commit is contained in:
Davis King 2012-06-23 08:51:37 -04:00
parent 187f0fef73
commit 2a66397aeb

View File

@ -669,7 +669,7 @@ namespace dlib
const rectangle area = get_rect(img);
// save width to avoid computing them over and over
// Save width to avoid computing it over and over.
const long width = rect.width();