From 8f62a819b3fb398d27556d0140fae9644fd1f477 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Fri, 29 Sep 2023 09:19:56 +0200
Subject: [PATCH] fixed typo in description

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 6ec0cc3..e114aaa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [project]
 name="cb-util"
 version="0.1"
-description="Collection of scripts and wrapper of contious benchmarking"
+description="Collection of scripts and wrapper of continuous benchmarking"
 readme = "README.md"
 requires-python = ">=3.8"
 authors = [
-- 
GitLab