aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-15 23:37:58 +0100
committerMattias Andrée <maandree@kth.se>2016-12-15 23:37:58 +0100
commit6af17c3418b2e2776134071b1202c432befe4a8d (patch)
treeebadcd12e9c1ed38a0295260da772ef5acad61f5
parentupdate readme (diff)
downloadlibclut-6af17c3418b2e2776134071b1202c432befe4a8d.tar.gz
libclut-6af17c3418b2e2776134071b1202c432befe4a8d.tar.bz2
libclut-6af17c3418b2e2776134071b1202c432befe4a8d.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 970780f..0ae2d50 100644
--- a/src/test.c
+++ b/src/test.c
@@ -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[])