From 8d83e2210dead7dd2c9d335fd3e6de0af8d6cd71 Mon Sep 17 00:00:00 2001 From: Dario Pranjic Date: Mon, 26 May 2025 00:35:53 +0200 Subject: [PATCH] Fix some typos --- proto/shared/shared.data_type.proto | 2 +- proto/shared/shared.runtime_function.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/shared/shared.data_type.proto b/proto/shared/shared.data_type.proto index a064a3b..d6f76ee 100644 --- a/proto/shared/shared.data_type.proto +++ b/proto/shared/shared.data_type.proto @@ -102,7 +102,7 @@ message DataTypeIdentifier { message GenericType { DataTypeIdentifier data_type_identifier = 1; - repeated GenericMapper generic_mapper = 2; + repeated GenericMapper generic_mappers = 2; } message GenericMapper { diff --git a/proto/shared/shared.runtime_function.proto b/proto/shared/shared.runtime_function.proto index 396b8c7..1bf4417 100644 --- a/proto/shared/shared.runtime_function.proto +++ b/proto/shared/shared.runtime_function.proto @@ -16,7 +16,7 @@ message FunctionGenericMapper { } // can only be a generic key string target = 3; - optional string paramter_id = 4; + optional string parameter_id = 4; } // Definition of a function used for execution