summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-04-14 13:11:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-04-14 13:11:06 +0200
commitf2cf59b47f379257de7822670b54702826884980 (patch)
tree8ccfef5782614a8b2734861b998b51450c67b846 /README
parent095c6eac1b9385f30a604af5450cf09066864de8 (diff)
downloadcssh-f2cf59b47f379257de7822670b54702826884980.tar.gz
cssh-f2cf59b47f379257de7822670b54702826884980.tar.bz2
some debugging and fixing of the SCP mode
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ec92ac5..fe66791 100644
--- a/README
+++ b/README
@@ -61,7 +61,7 @@ had an effect on my project:
[6] https://github.com/badoo/libpssh
Libary for multiple SSH connections using libevent and libssh2.
- A little bit to complicated for my taste, I prefer direct asynchronous
+ A little bit too complicated for my taste, I prefer direct asynchronous
I/O without an abstraction library like libevent. Also I prefer to
use libssh unpatched.