Skip to content

Commit

Permalink
Fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 3, 2023
1 parent 1bc8e8e commit 97c8885
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# pylint: disable=no-member

"""
Add API's intrfaces.
Add API's interfaces.
Revision ID: 78fd093c8393
Revises: e85afd327ab3
Expand Down
2 changes: 1 addition & 1 deletion docker/test-mapserver/mapserver.map.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAP
IMAGECOLOR 255 255 255
STATUS ON
#FONTSET "fonts.conf"
#SYMBOLSET "symbole.sym"
#SYMBOLSET "symbol.sym"
OUTPUTFORMAT
NAME "jpeg"
DRIVER "AGG/JPEG"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ISO3 String(3) ISO 3166-1 Alpha-3 Country Code
UN Short Integer(3) ISO 3166-1 Numeric-3 Country Code
NAME String(50) Name of country/area
AREA Long Integer(7) Land area, FAO Statistics (2002)
POP2005 Double(10,0) Population, World Polulation Prospects (2005)
POP2005 Double(10,0) Population, World Population Prospects (2005)
REGION Short Integer(3) Macro geographical (continental region), UN Statistics
SUBREGION Short Integer(3) Geogrpahical sub-region, UN Statistics
LON FLOAT (7,3) Longitude
Expand All @@ -36,7 +36,7 @@ CHANGELOG VERSION 0.3 - 30 July 2008

CHANGELOG VERSION 0.2 - 1 April 2008

- Made new ZIP archieves. No change in dataset.
- Made new ZIP archives. No change in dataset.


CHANGELOG VERSION 0.1 - 13 March 2008
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MAP
STATUS ON

FONTSET "fonts.conf"
#SYMBOLSET "symbole.sym"
#SYMBOLSET "symbol.sym"

CONFIG "CPL_VSIL_CURL_USE_CACHE" "TRUE"
CONFIG "CPL_VSIL_CURL_CACHE_SIZE" "128000000"
Expand Down
2 changes: 1 addition & 1 deletion geoportal/c2cgeoportal_geoportal/views/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


class Proxy:
"""Some methodes used by all the proxy."""
"""Some methods used by all the proxy."""

def __init__(self, request: pyramid.request.Request):
self.request = request
Expand Down

0 comments on commit 97c8885

Please sign in to comment.