From 58c9a0b11a0e705f68d741107faba51d9d17000e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 22 Aug 2015 21:17:32 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/intern/BLI_dynstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/BLI_dynstr.c') diff --git a/source/blender/blenlib/intern/BLI_dynstr.c b/source/blender/blenlib/intern/BLI_dynstr.c index 80cbce7e256..ecd4a6e6b09 100644 --- a/source/blender/blenlib/intern/BLI_dynstr.c +++ b/source/blender/blenlib/intern/BLI_dynstr.c @@ -258,7 +258,7 @@ int BLI_dynstr_get_len(DynStr *ds) /** * Get a DynStr's contents as a c-string. - * he \a rets argument must be allocated to be at + * The \a rets argument must be allocated to be at * least the size of ``BLI_dynstr_get_len(ds) + 1``. * * \param ds: The DynStr of interest. -- cgit v1.2.3