From 3884ab98593d007fbacd98b9171be79ddc29ca5e Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 3 Sep 2026 14:57:18 +0900 Subject: [PATCH] [Service] Fix a typo in a Doxygen brief "gievn" for "given" in the brief of the offloading URI helper. The typos job flags it on every PR that runs the spell check, including ones that do not touch this file (nnstreamer/api#688). Signed-off-by: MyungJoo Ham Co-Authored-By: Claude Fable 5.1 --- c/src/ml-api-service-offloading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/ml-api-service-offloading.c b/c/src/ml-api-service-offloading.c index 7900cb6b..d952664c 100644 --- a/c/src/ml-api-service-offloading.c +++ b/c/src/ml-api-service-offloading.c @@ -303,7 +303,7 @@ _mlrs_get_model_dir_path (_ml_service_offloading_s * offloading_s, } /** - * @brief Get data from gievn uri + * @brief Get data from given uri */ static gboolean _mlrs_get_data_from_uri (gchar * uri, GByteArray * array)