From 604f9d7a4fa8b4b6881c1683094eba2893e276aa Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 10 Aug 2022 13:30:05 +0200
Subject: [PATCH] MAINT: Typos fixed.

---
 src/caosdb/utils/register_tests.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/caosdb/utils/register_tests.py b/src/caosdb/utils/register_tests.py
index b15b722c..9d0afcbb 100644
--- a/src/caosdb/utils/register_tests.py
+++ b/src/caosdb/utils/register_tests.py
@@ -26,7 +26,7 @@ from caosdb import administration as admin
 This module implements a registration procedure for integration tests which
 need a running CaosDB instance.
 
-It ensures that tests do not accidently overwrite data in real CaosDB
+It ensures that tests do not accidentally overwrite data in real CaosDB
 instances, as it checks whether the running CaosDB instance is actually the
 correct one, that
 should be used for these tests.
@@ -66,7 +66,7 @@ def _register_test():
         raise RuntimeError("Response from server for Info could not be interpreted.")
     if res > 0:
         raise RuntimeError("This instance of CaosDB contains entities already."
-                           "It must be empty in order to gegister a new test.")
+                           "It must be empty in order to register a new test.")
 
     print("Current host of CaosDB instance is: {}".format(
         db.connection.connection.get_connection()._delegate_connection.setup_fields["host"]))
-- 
GitLab