commit | 05fc3cdf9a887e328dcfcc47241cbff5c53cf302 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Mon Jan 22 02:22:26 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 22 02:22:26 2001 +0000 |
tree | da7e04684fd4f72a0d5cf31a04d7444ba612f330 | |
parent | 34c786b2dbc1ac48542dddedbc475c6868a5833b [diff] [blame] |
Typo fixes in comments.
diff --git a/objects/bitmap.c b/objects/bitmap.c index c07e05f..7b4c4ca 100644 --- a/objects/bitmap.c +++ b/objects/bitmap.c
@@ -262,7 +262,7 @@ count = height * bmp->bitmap.bmWidthBytes; if (count == 0) { - WARN("Less then one entire line requested\n"); + WARN("Less than one entire line requested\n"); ret = 0; goto done; }