diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-15 23:37:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-15 23:37:58 +0100 |
commit | 6af17c3418b2e2776134071b1202c432befe4a8d (patch) | |
tree | ebadcd12e9c1ed38a0295260da772ef5acad61f5 /src/test.c | |
parent | update readme (diff) | |
download | libclut-6af17c3418b2e2776134071b1202c432befe4a8d.tar.gz libclut-6af17c3418b2e2776134071b1202c432befe4a8d.tar.bz2 libclut-6af17c3418b2e2776134071b1202c432befe4a8d.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ static double make_double(double x) * Test libclut * * @return 0: All tests passed - * 1: At east one test fail + * 1: At least one test fail * 2: An error occurred */ int main(int argc, char *argv[]) |