aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-25 20:54:15 +0200
committerMattias Andrée <maandree@kth.se>2020-04-25 20:54:15 +0200
commitc94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea (patch)
tree87c6ed7238767041d34a1b5c0c5beb78364341a3
parentm (diff)
downloadlibaxl-c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea.tar.gz
libaxl-c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea.tar.bz2
libaxl-c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 168e7e7..6f1d0d5 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
libaxl is a currently under develop X library, and is not
in a usable state (please help write man pages if you want
-it really sooner).
+it ready sooner).
The goals of libaxl is:
@@ -19,3 +19,5 @@ The goals of libaxl is:
* Be as tiny as possible without removing functionality (unlike XCB and libX11)
* Be thread-safe by default (unlike libX11)
+
+* Use liberror for error handling (unlike XCB and libX11, obviously)