From 6dde2c39f7c36f9c01ed01b6c82fd1733e5b81e5 Mon Sep 17 00:00:00 2001
From: A Nilsen <ban@nibio.no>
Date: Fri, 21 Oct 2022 10:11:23 +0000
Subject: [PATCH] typo

---
 get_nib.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/get_nib.py b/get_nib.py
index a94797b..6adde92 100644
--- a/get_nib.py
+++ b/get_nib.py
@@ -509,7 +509,7 @@ class getnib:
             # substitute with your code.
             # pass
             """" Additional code"""
-            selectedLayer = ''  # Initialise
+            selectedLayer = ''  # Initialize
             reset = False
 
             if self.dlg.checkBox_resetNib.isChecked():  # Empty the Nib-prosjekt group
@@ -676,7 +676,7 @@ class getnib:
                     self.iface.messageBar().pushMessage("Warning", "end-year must be >= start-year",level=Qgis.Warning, duration=3)
                     return
 
-            lyr = ''  # Initiate
+            lyr = ''  # Initialize
             for nibprosjwms in nib_liste:   # Loads WMS (raster layer) for each of-project within the bounding box in question
                 urlWithParams = 'contextualWMSLegend=0&crs=EPSG:'+str(crs_proj_int)+'&dpiMode=7&featureCount=10&format=image/png&layers='+nibprosjwms+'&styles&url=https://wms.geonorge.no/skwms1/wms.nib-prosjekter'
                 rlayer = QgsRasterLayer(urlWithParams, nibprosjwms, 'wms')  # Get the raster layer
-- 
GitLab