X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/8fc86751141f87abd3675e0f4c860c19beb3d6ff..6fa95111312d71fd33bf74a16a0ab3b9d4fcdf5c:/blog/data/2018-10-08-debian-python-trusted-timestamp.txt
diff --git a/blog/data/2018-10-08-debian-python-trusted-timestamp.txt b/blog/data/2018-10-08-debian-python-trusted-timestamp.txt
index 30239df7f6..43163ef324 100644
--- a/blog/data/2018-10-08-debian-python-trusted-timestamp.txt
+++ b/blog/data/2018-10-08-debian-python-trusted-timestamp.txt
@@ -14,7 +14,7 @@ After searching a bit, I found
the
rfc3161 library which seemed like a good fit, but I soon
discovered it only worked for python version 2, and I needed something
-that work with python version 3. Luckily I soon came across
+that work with python version 3. Luckily I next came across
the rfc3161ng library,
a fork of the original rfc3161 library. Not only is it working with
python 3, it have fixed a few of the bugs in the original library, and