From 3d558a9fead0f53161782db3ed7ba1797b963426 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 25 Oct 2019 06:29:34 +0000
Subject: [PATCH] Typo fix

---
 hashtables.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hashtables.html b/hashtables.html
index 27b71d7..2f2310d 100644
--- a/hashtables.html
+++ b/hashtables.html
@@ -250,7 +250,7 @@
 	<p>Sometimes also called associative array or dictionary. <b>It is a data structure used to map key into values</b></p>
 	<br /><br />
 	<p class="center">phone_number["<span id='intro0'>Yoda</span>"]</p><br />
-	<p  class="center" style="font-size:18pt">  stores and returns us the information stored for varible, object, ...</p>
+	<p  class="center" style="font-size:18pt">  stores and returns us the information stored for variable, object, ...</p>
 	<br /><br />
 	<p style="font-size:18pt">It is widely used to build things such us dictionaries, telephone books, book indexes, ...</p><br />
 	<p>Hash table provide <b>Insertion, Deletion and Retreival</b> in <b>constant time</b>!</p>
@@ -278,7 +278,7 @@
 -->
 
 <div class="step slide vsebina" data-x="1000" data-y="-500" data-z="750" data-rotate-x="90">
-	<h1 class="naslov">Builing a phonebook...</h1>
+	<h1 class="naslov">Building a phonebook...</h1>
 	<form>
 	<table style="width:100%;">
 <col width="70%">

--
Gitblit v1.9.3