From 710478055881928c70f8c6c1411076eb06a92936 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 20 Sep 2012 10:55:03 +0200 Subject: [PATCH 1/2] spelling fix: s/succesfully/successfully/ --- src/sighandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sighandler.c b/src/sighandler.c index 988927f0..a458b4a6 100644 --- a/src/sighandler.c +++ b/src/sighandler.c @@ -117,7 +117,7 @@ static int backtrace(void) { DLOG("GDB did not run properly\n"); return -1; } else if (stat(filename, &bt) == -1) { - DLOG("GDB executed succesfully, but no backtrace was generated\n"); + DLOG("GDB executed successfully, but no backtrace was generated\n"); return -1; } return 1; From e4019caf7ea69b6207302a2a61d23ce5a4637c20 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 20 Sep 2012 10:55:26 +0200 Subject: [PATCH 2/2] clean old and new libi3 (Thanks SardemFF7) --- libi3/libi3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi3/libi3.mk b/libi3/libi3.mk index 70521073..db6553ae 100644 --- a/libi3/libi3.mk +++ b/libi3/libi3.mk @@ -18,4 +18,4 @@ libi3.a: $(libi3_OBJECTS) clean-libi3: echo "[libi3] Clean" - rm -f $(libi3_OBJECTS) libi3/libi3.a + rm -f $(libi3_OBJECTS) libi3/libi3.a libi3.a