Index: modules/media/media.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media/media.module,v
retrieving revision 1.1
diff -u -r1.1 media.module
--- modules/media/media.module	23 Mar 2005 07:23:12 -0000	1.1
+++ modules/media/media.module	12 Jun 2005 20:01:48 -0000
@@ -660,7 +660,7 @@
 }
 
 /**
- * Implementation of hood_perm.
+ * Implementation of hook_perm.
  * 
  * TODO: The two permissions dealing with media nodes are an artifact of the
  * past and need to be removed. Thier removal needs to be coordinated with
@@ -668,7 +668,7 @@
  * are no more dependencies on the two permissions.
  */
 function media_perm() {
-  return array ('create media nodes','edit own media nodes','create playlists','edit own playlists','download media','stream media');
+  return array ('administer media nodes', 'create media nodes','edit own media nodes','create playlists','edit own playlists','download media','stream media');
 }
 
 /**
