From a0334563a8d94360871cdb4965a5183c000e12b8 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Wed, 19 May 2010 10:38:03 -0700 Subject: [PATCH] typo fix in a comment: s/Thebex/Thebes/ (no bug, rs=#gfx) --- modules/libpr0n/public/imgIContainer.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpr0n/public/imgIContainer.idl b/modules/libpr0n/public/imgIContainer.idl index 8047aabe08fd..a9b3ca9d4ad6 100644 --- a/modules/libpr0n/public/imgIContainer.idl +++ b/modules/libpr0n/public/imgIContainer.idl @@ -161,7 +161,7 @@ interface imgIContainer : nsISupports /** * Draw the current frame on to the context specified. * - * @param aContext The Thebex context to draw the image to. + * @param aContext The Thebes context to draw the image to. * @param aFilter The filter to be used if we're scaling the image. * @param aUserSpaceToImageSpace The transformation from user space (e.g., * appunits) to image space.