From b08d1f979ddec69a69729879e8bc3898de817490 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 22 Oct 2016 16:49:19 +0200 Subject: [PATCH] Changed: Typo --HG-- branch : develop --- code/nel/include/nel/misc/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/include/nel/misc/bitmap.h b/code/nel/include/nel/misc/bitmap.h index b7e5462a0..f96cd39b9 100644 --- a/code/nel/include/nel/misc/bitmap.h +++ b/code/nel/include/nel/misc/bitmap.h @@ -615,7 +615,7 @@ public: /** * Extended version of blit. The destinaion of the blit is 'this' bitmap * Source and dest rect are clamped as necessary. - * For now, only RGBA is uspported (an asertion occurs otherwise) + * For now, only RGBA is supported (an asertion occurs otherwise) * mipmap are not updated. * IMPORTANT : copy to self is not handled correctly */