Index: cck_field_perms.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/cck_field_perms/cck_field_perms.module,v
retrieving revision 1.3.2.21
diff -r1.3.2.21 cck_field_perms.module
39c39
<     'access' => user_access('administer cck field permisions'),
---
>     'access' => user_access('administer cck field permissions'),
50c50
<   $perm_list[] = "administer cck field permisions";
---
>   $perm_list[] = "administer cck field permissions";
218c218
<     '#description' => t("This module allows an admin to restrict CCK fields to some roles. " .
---
>     '#description' => t("This module allows an administrator to restrict CCK fields to some roles. " .
221c221
<                         "Please note: you must grant view access for a field once you enable this field to be permissions contoled. " .
---
>                         "Please note: you must grant view access for a field once you enable this field to be permissions controlled. " .
234c234
<    '#description' => t('Select content types you wish to enable permisions on.'),
---
>    '#description' => t('Select content types for which you wish to enable permissions.'),
339c339
< }
\ No newline at end of file
---
> }
