Skip to content

Commit

Permalink
Fix Filer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Nov 30, 2017
1 parent aada6a1 commit c1079fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HISTORY.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ Version 5.4.0-beta1 (2009-2-18):

- Fixed a scalebar rounding problem causing to draw zero scalebar width (#2890)

- SLD: if it contains a Filer Encoding tag, try to always set the
- SLD: if it contains a Filter Encoding tag, try to always set the
layer's FILTER element (#2889)

- Add support for rendering INLINE layers with layer attributes (items) (#2870)
Expand Down
8 changes: 4 additions & 4 deletions mapogcfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ static int FLTIsGeometryFilterNodeType(int eType)
/************************************************************************/
/* FLTFreeFilterEncodingNode */
/* */
/* recursive freeing of Filer Encoding nodes. */
/* recursive freeing of Filter Encoding nodes. */
/************************************************************************/
void FLTFreeFilterEncodingNode(FilterEncodingNode *psFilterNode)
{
Expand Down Expand Up @@ -884,7 +884,7 @@ void FLTFreeFilterEncodingNode(FilterEncodingNode *psFilterNode)
/************************************************************************/
/* FLTCreateFilterEncodingNode */
/* */
/* return a FilerEncoding node. */
/* return a FilterEncoding node. */
/************************************************************************/
FilterEncodingNode *FLTCreateFilterEncodingNode(void)
{
Expand Down Expand Up @@ -1010,7 +1010,7 @@ static CPLXMLNode* FLTGetNextSibblingNode(CPLXMLNode* psXMLNode)
/* FLTInsertElementInNode */
/* */
/* Utility function to parse an XML node and transfter the */
/* contents into the Filer Encoding node structure. */
/* contents into the Filter Encoding node structure. */
/************************************************************************/
void FLTInsertElementInNode(FilterEncodingNode *psFilterNode,
CPLXMLNode *psXMLNode)
Expand Down Expand Up @@ -2076,7 +2076,7 @@ const char* FLTGetDuring(FilterEncodingNode *psFilterNode, const char** ppszTime
/************************************************************************/
/* GetMapserverExpression */
/* */
/* Return a mapserver expression base on the Filer encoding nodes. */
/* Return a mapserver expression base on the Filter encoding nodes. */
/************************************************************************/
char *FLTGetMapserverExpression(FilterEncodingNode *psFilterNode, layerObj *lp)
{
Expand Down

0 comments on commit c1079fa

Please sign in to comment.