Accepting both: normalizePath and normalisePath

This commit is contained in:
Felipe Zimmerle
2016-08-26 16:25:19 -03:00
parent fb0afdb34b
commit 8d84ff6f4d
2 changed files with 1 additions and 2 deletions

View File

@@ -93,7 +93,6 @@ Transformation* Transformation::instantiate(std::string a) {
IF_MATCH(normalisePathWin) { return new NormalisePathWin(a); }
IF_MATCH(normalizePath) { return new NormalisePath(a); }
IF_MATCH(normalisePath) { return new NormalisePath(a); }
IF_MATCH(normalisePath) { return new NormalisePath(a); }
IF_MATCH(parityEven7bit) { return new ParityEven7bit(a); }
IF_MATCH(parityOdd7bit) { return new ParityOdd7bit(a); }
IF_MATCH(parityZero7bit) { return new ParityZero7bit(a); }