Ignore:
Timestamp:
05/09/07 08:11:47 (5 years ago)
Author:
ludovic.rousseau
Message:

typo in a debug message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mappers/mail_mapper.c

    r238 r265  
    129129                return 0; 
    130130        } 
    131         DBG1("Trying to finf match for user '%s'",login); 
     131        DBG1("Trying to find match for user '%s'",login); 
    132132        for (item=*entries;item;item=*++entries) { 
    133133            DBG1("Trying to match email entry '%s'",item); 
Note: See TracChangeset for help on using the changeset viewer.