]> git.sur5r.net Git - i3/i3/commitdiff
spelling fix: s/succesfully/successfully/
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Sep 2012 08:55:03 +0000 (10:55 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Sep 2012 08:55:03 +0000 (10:55 +0200)
src/sighandler.c

index 988927f01c0c254627e84fd1646d963edb3a7b87..a458b4a6d4fe19855af0fc25b7040647386f62e7 100644 (file)
@@ -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;