From 9b54c88e0fdadf3a42cdd85bab68766dc83861a5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Mar 2015 14:14:48 +1100 Subject: Cleanup: spelling grey -> gray --- source/blender/freestyle/intern/image/Image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/image') diff --git a/source/blender/freestyle/intern/image/Image.h b/source/blender/freestyle/intern/image/Image.h index 577dc0fb866..2e78e784214 100644 --- a/source/blender/freestyle/intern/image/Image.h +++ b/source/blender/freestyle/intern/image/Image.h @@ -134,7 +134,7 @@ public: return _height; } - /*! Returns the grey value for pixel x,y */ + /*! Returns the gray value for pixel x,y */ virtual float pixel(unsigned x, unsigned y) const = 0; /*! Sets the array. -- cgit v1.2.3