Skip to content

Commit bd952b8

Browse files
committed
Fix typos.
1 parent 6f56294 commit bd952b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Date/Time Tools Plugin</h1>
4040
<p>The QGIS Date/Time Tools plugin provides tools to manipulate date, time, time zones, and times of the sun.</p>
4141
<h2>Installation</h2>
4242
<p>This plugin requires 3 additional libraries not provided by QGIS. These can be installed by opening up your OSGeo4W Shell from the QGIS menu and typing the command "<strong>pip install timezonefinder astral reverse_geocoder</strong>" or whatever method you use to install Python libraries.</p>
43-
<p>You do not need to be a system adminstrator to be able to install these libraries.</p>
43+
<p>You do not need to be a system administrator to be able to install these libraries.</p>
4444
<h2>Date/Time Tools Overview</h2>
4545
<p>These are the tools provided by Date/Time Tools.</p>
4646
<ul>
@@ -64,7 +64,7 @@ <h2><img src="images/tzCapture.svg" width=24 height=24 alt="Time zone capture">
6464
<p>With this tool selected, as the mouse moves across the canvas, the time zone and/or time offset is display in the lower left info box and the time zone is highlighted on the canvas.</p>
6565
<div style="text-align:center"><img src="doc/timezonecapture.png" alt="Time zone capture"></div>
6666

67-
<p>When this tool is activated a settings dialog box is displayed. Here you can choose whether to diplays just the time zone, time zone offset, or both the time zone and it's offset. The time zone offset requires a date to be specified. Clicking on the map copies this information to the clipboard.</p>
67+
<p>When this tool is activated a settings dialog box is displayed. Here you can choose whether to displays just the time zone, time zone offset, or both the time zone and it's offset. The time zone offset requires a date to be specified. Clicking on the map copies this information to the clipboard.</p>
6868
<h2><img src="images/sun.svg" width=24 height=24 alt="Add Sun Attributes"> Add Sun Attributes</h2>
6969
<p>This is a point layer processing tool that for a given date, calculates the time of dawn, sunrise, noon, sunset, and dusk and adds them to the attribute table and creates a new layer. </p>
7070
<div style="text-align:center"><img src="doc/add_sun_attributes.png" alt="Add Sun Attributes"></div>

0 commit comments

Comments
 (0)