Changeset 69f89c7 for zwrite.c


Ignore:
Timestamp:
Jul 5, 2009, 3:18:42 AM (15 years ago)
Author:
Alex Dehnert <adehnert@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
e6d989f
Parents:
13fe062
git-author:
Alex Dehnert <adehnert@mit.edu> (05/27/09 01:04:09)
git-committer:
Alex Dehnert <adehnert@mit.edu> (07/05/09 03:18:42)
Message:
Copyediting

Fix spelling of entries, and and terminal space before the */
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zwrite.c

    r3ef779b r69f89c7  
    1414  badargs=0;
    1515 
    16   /* start with null entires */
     16  /* start with null entries */
    1717  z->realm=NULL;
    1818  z->class=NULL;
     
    8282        break;
    8383      }
    84       /* we must already have users or a class or an instance*/
     84      /* we must already have users or a class or an instance */
    8585      if (owl_list_get_size(&(z->recips))<1 && (!z->class) && (!z->inst)) {
    8686        badargs=1;
Note: See TracChangeset for help on using the changeset viewer.