From ea13ec1699bcf59960daa57fd2cd9d24e195a71b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 Mar 2012 12:20:18 +0000 Subject: Spelling Cleanup --- source/blender/blenlib/BLI_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_array.h') diff --git a/source/blender/blenlib/BLI_array.h b/source/blender/blenlib/BLI_array.h index 9fa66e91393..a8a7cf39066 100644 --- a/source/blender/blenlib/BLI_array.h +++ b/source/blender/blenlib/BLI_array.h @@ -51,7 +51,7 @@ * * arrays are buffered, using double-buffering (so on each reallocation, * the array size is doubled). supposedly this should give good Big Oh - * behaviour, though it may not be the best in practice. + * behavior, though it may not be the best in practice. */ #define BLI_array_declare(arr) \ -- cgit v1.2.3