From efa014c4a10a7f19cc2b1a61b380ca3044f4a101 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Tue, 28 Dec 2004 14:12:14 +0000 Subject: [PATCH] * Typo --- mozilla/vlcpeer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/vlcpeer.h b/mozilla/vlcpeer.h index 9c6188e068..a078dbe0f7 100644 --- a/mozilla/vlcpeer.h +++ b/mozilla/vlcpeer.h @@ -33,7 +33,7 @@ public: NS_DECL_VLCINTF // These flags are used by the DOM and security systems to signal that - // JavaScript callers are allowed to call this object's scritable methods. + // JavaScript callers are allowed to call this object's scriptable methods. NS_IMETHOD GetFlags(PRUint32 *aFlags) { *aFlags = nsIClassInfo::PLUGIN_OBJECT | nsIClassInfo::DOM_OBJECT;