diff --git a/README.md b/README.md
index 5f622ba..a053ad1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ a library that can be pre-loaded and that sets the TCP KEEP-ALIVE flag
 whenever `socket(2)' is called
 
 [![Build
-Status](https://secure.travis-ci.org/flonatel/libdontdie.png)](http://travis-ci.org/flonatel/pipexec)
+Status](https://secure.travis-ci.org/flonatel/libdontdie.png)](http://travis-ci.org/flonatel/libdontdie)
 
 ## Introduction
 This is a complete rewrite of the <a
diff --git a/debian/changelog b/debian/changelog
index 28faaad..f6e6915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdontdie (1.2.0+git20170902.1.67cfd8b-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 29 May 2022 01:29:21 -0000
+
 libdontdie (1.2.0-2) unstable; urgency=low
 
   * debian/control: use salsa VCS URLs
diff --git a/src/libdontdie.c b/src/libdontdie.c
index a34af41..d6877af 100644
--- a/src/libdontdie.c
+++ b/src/libdontdie.c
@@ -72,7 +72,7 @@ static void eval_environment() {
 __attribute__((constructor)) void libdontdie_init() {
   eval_environment();
 
-  // Cast it: accoring to the man page this construct must be used:
+  // Cast it: according to the man page this construct must be used:
   *(void **)(&socket_call_clib) = dlsym(RTLD_NEXT, "socket");
   if (socket_call_clib == NULL) {
     LOG("No dynamic symbol with name 'socket' found [%m]");