summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2018-03-31 06:06:26 -0700
committerjkoan <jkoan@users.noreply.github.com>2018-03-31 15:06:26 +0200
commit52fb7cb287eeabf24db31a1100270e470460010b (patch)
treef81776dd3c241352303b290fd64424ef9f6672f3 /README.md
parent9d9a8ae0e1364910e580c507fcc365045856b84b (diff)
downloadnavit-52fb7cb287eeabf24db31a1100270e470460010b.tar.gz
Fix:typo:Fix various mispells (#421)
* doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 152419378..8cd281814 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ destination by assigning a value to each point directly connected to
destination point. The value represents the estimated time needed to
pass this distance.
-Now the point with the lowest value is choosen using the Fibonacci
+Now the point with the lowest value is chosen using the Fibonacci
heap and a value is assigned to connected points whos are
unevaluated or whos current value ist greater than the new one.