diff --git a/silkaj/cert.py b/silkaj/cert.py
index 02ecf0bf5acd0ee7660f79c98ed64aacedd5cf33..01ba69c8f8bfb369b77b635c3da4e066109f5ca7 100644
--- a/silkaj/cert.py
+++ b/silkaj/cert.py
@@ -104,7 +104,7 @@ def pre_checks(client, issuer_pubkey, pubkey_to_certify):
     # Check if the certification is already in the pending certifications
     for pending_cert in req["pendingCerts"]:
         if pending_cert["from"] == issuer_pubkey:
-            sys.exit("Certification is currently been processed")
+            sys.exit("Certification is currently being processed")
     return issuer