diff --git a/src/feature/relay/ext_orport.c b/src/feature/relay/ext_orport.c
index 5568dacf1ac4b989ed2c38f10459731d47606aee..cff5f42cc7f8e59b9168ea44f0ac58725778f650 100644
--- a/src/feature/relay/ext_orport.c
+++ b/src/feature/relay/ext_orport.c
@@ -602,7 +602,7 @@ connection_ext_or_process_inbuf(or_connection_t *or_conn)
                                              command->body, command->len) < 0)
         goto err;
     } else {
-      log_notice(LD_NET,"Got Extended ORPort command we don't regognize (%u).",
+      log_notice(LD_NET,"Got Extended ORPort command we don't recognize (%u).",
                  command->cmd);
     }