summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 bf9a28de..b94c7967 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ but might be used anywhere else.
5 5
6# Description 6# Description
7 7
8KRPC basically consisting of bencoded dictionraies sent over UDP. This 8KRPC basically consisting of bencoded dictionaries sent over UDP. This
9implementation provides extra safiety by separation of procedure 9implementation provides extra safiety by separation of procedure
10signature | implementation and baking procedure type in host 10signature | implementation and baking procedure type in host
11language, thus it's hard to shoot yourself in the foot accidently. 11language, thus it's hard to shoot yourself in the foot accidently.