]> git.sesse.net Git - vlc/blobdiff - mozilla/vlcpeer.h
Get rid of the UNTRUE conditionnal
[vlc] / mozilla / vlcpeer.h
index 9c6188e068ef4715ae5a5ea106cf515bd4687688..2f3c053d82586e391f25fd3f98fcbe30cf985ee8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlcpeer.h: scriptable peer descriptor
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
+ * Copyright (C) 2002-2005 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -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;