diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-25 20:54:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-25 20:54:15 +0200 |
commit | c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea (patch) | |
tree | 87c6ed7238767041d34a1b5c0c5beb78364341a3 | |
parent | m (diff) | |
download | libaxl-c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea.tar.gz libaxl-c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea.tar.bz2 libaxl-c94da0c3d1b5fa7142e9de45ae46f4cc2ec902ea.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |