Changeset 1587

Show
Ignore:
Timestamp:
03/10/10 22:18:38 (6 months ago)
Author:
marek
Message:

batctl: fix typos in error messages

Location:
trunk/batctl
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/batctl/bat-hosts.c

    r1586 r1587  
    159159        normalized = malloc(locations * PATH_MAX); 
    160160        if (!normalized) { 
    161                 printf("Warning - couldn't not get memory for bat-hosts file parsing\n"); 
     161                printf("Warning - could not get memory for bat-hosts file parsing\n"); 
    162162                return; 
    163163        } 
     
    167167 
    168168        if (!host_hash) { 
    169                 printf("Warning - couldn't not create bat hosts hash table\n"); 
     169                printf("Warning - could not create bat hosts hash table\n"); 
    170170                return; 
    171171        } 
  • trunk/batctl/bisect.c

    r1530 r1587  
    15141514 
    15151515        if (!node_hash) { 
    1516                 printf("Error - couldn't not create node hash table\n"); 
     1516                printf("Error - could not create node hash table\n"); 
    15171517                goto err; 
    15181518        }