From 43f3cfd584114b0551236e5c5b5bc8244c0da4ae Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 5 Nov 2017 14:33:18 +1100 Subject: Cleanup: spelling --- source/blender/blenloader/intern/readfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 231b467a0af..646cf978453 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -872,7 +872,7 @@ BHead *blo_nextbhead(FileData *fd, BHead *thisblock) return(bhead); } -/* Warning! Caller's responsability to ensure given bhead **is** and ID one! */ +/* Warning! Caller's responsibility to ensure given bhead **is** and ID one! */ const char *bhead_id_name(const FileData *fd, const BHead *bhead) { return (const char *)POINTER_OFFSET(bhead, sizeof(*bhead) + fd->id_name_offs); -- cgit v1.2.3