From 7df4fc5eafdecf79579e4559b3db7ddeff4af880 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 13 Aug 2014 09:33:46 +1000 Subject: Spelling --- source/blender/freestyle/intern/system/PointerSequence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/system') diff --git a/source/blender/freestyle/intern/system/PointerSequence.h b/source/blender/freestyle/intern/system/PointerSequence.h index 32c7898f840..791df90ba9d 100644 --- a/source/blender/freestyle/intern/system/PointerSequence.h +++ b/source/blender/freestyle/intern/system/PointerSequence.h @@ -30,7 +30,7 @@ * PointerSequence * * Produces a wrapped version of a sequence type (std::vector, std::deque, std::list) that will take ownership of - * pointers tht it stores. Those pointers will be deleted in its destructor. + * pointers that it stores. Those pointers will be deleted in its destructor. * * Because the contained pointers are wholly owned by the sequence, you cannot make a copy of the sequence. * Making a copy would result in a double free. -- cgit v1.2.3