From 0024768f8838cbbdd00fcbe181b771a5523a521f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Mar 2016 13:21:13 +1100 Subject: Cleanup: style/spelling --- source/blender/blenlib/intern/BLI_ghash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/BLI_ghash.c') diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c index 381535882b7..3233a5840e0 100644 --- a/source/blender/blenlib/intern/BLI_ghash.c +++ b/source/blender/blenlib/intern/BLI_ghash.c @@ -1441,7 +1441,7 @@ bool BLI_gset_haskey(GSet *gs, const void *key) * * \param r_key: The removed key. * \param state: Used for efficient removal. - * \return true if there was somethjing to pop, false if gset was already empty. + * \return true if there was something to pop, false if gset was already empty. */ bool BLI_gset_pop( GSet *gs, GSetIterState *state, -- cgit v1.2.3