diff --git a/repo.asd b/repo.asd
index a50471b..3c59545 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,4 +1,4 @@
-;; repo - common interface for version control systems
+;; repo - common interface for version control systems
;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
(defpackage :repo.system
diff --git a/repo.lisp b/repo.lisp
index 606929d..a5a06e9 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,4 +1,4 @@
-;; repo - common interface for version control systems
+;; repo - common interface for version control systems
;; Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
(in-package :common-lisp-user)