Changeset c166f4e for libcfa/src


Ignore:
Timestamp:
Aug 31, 2021, 1:49:10 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
e1e506b
Parents:
a3f2a3e
git-author:
Jacob Prud'homme <jafprudhomme@…> (08/24/21 13:11:39)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
Message:

Fixed spelling mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.hfa

    ra3f2a3e rc166f4e  
    2727        this.variable = (void *)&variable;
    2828        this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
    29         this.validate = null_validation;
     29        this.validate = null_validator;
    3030}
    3131
     
    4343        this.variable = (void *)&variable;
    4444        this.parse    = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse;
    45         this.validate = null_validation;
     45        this.validate = null_validator;
    4646}
    4747
Note: See TracChangeset for help on using the changeset viewer.