Fixed Spelling.
This commit is contained in:
parent
196ade667f
commit
1dd8b12823
|
@ -117,7 +117,7 @@ namespace {{namespace}} {
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
);
|
);
|
||||||
|
|
||||||
//* Some function have very heavy checks in a seperate method, so that they
|
//* Some function have very heavy checks in a separate method, so that they
|
||||||
//* can be skipped in the NonValidatingEntryPoints.
|
//* can be skipped in the NonValidatingEntryPoints.
|
||||||
{% if suffix in methodsWithExtraValidation %}
|
{% if suffix in methodsWithExtraValidation %}
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|
Loading…
Reference in New Issue