From df4efa18896e0a12a728e017b6dd0216fddc2153 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 19 Aug 2021 15:36:53 +0200
Subject: [PATCH] typo

---
 include/caosdb/data_type.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/caosdb/data_type.h b/include/caosdb/data_type.h
index 1e4418f..645e9c5 100644
--- a/include/caosdb/data_type.h
+++ b/include/caosdb/data_type.h
@@ -78,7 +78,7 @@ class ListDataType;
 class ReferenceDataType : public ProtoMessageWrapper<ProtoDataType> {
 public:
   [[nodiscard]] inline auto GetName() const noexcept -> const std::string & {
-    // is list of refrence?
+    // is list of reference?
     if (this->wrapped->data_type_case() == DataTypeCase::kListDataType) {
       return this->wrapped->list_data_type().reference_data_type().name();
     }
-- 
GitLab