Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 16, 2021
1 parent 9d8e677 commit 04c3fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/php/layer.c
Expand Up @@ -367,7 +367,7 @@ PHP_METHOD(layerObj, __set)
else IF_SET_STRING("group", php_layer->layer->group, value)
else IF_SET_STRING("data", php_layer->layer->data, value)
else IF_SET_LONG("type", php_layer->layer->type, value)
lse IF_SET_DOUBLE("tolerance", php_layer->layer->tolerance, value)
else IF_SET_DOUBLE("tolerance", php_layer->layer->tolerance, value)
else IF_SET_LONG("toleranceunits", php_layer->layer->toleranceunits, value)
else IF_SET_LONG("sizeunits", php_layer->layer->sizeunits, value)
else IF_SET_DOUBLE("symbolscaledenom", php_layer->layer->symbolscaledenom, value)
Expand Down

0 comments on commit 04c3fb2

Please sign in to comment.