From 63cedcd4ab81725cfc73d1d995ec555180597b93 Mon Sep 17 00:00:00 2001 From: Sai Asish Y Date: Fri, 17 Apr 2026 01:22:06 -0700 Subject: [PATCH] storm-core: fix 'seperate' -> 'separate' in configuration.h comment Single-word spelling correction in a comment in storm-core/src/native/worker-launcher/impl/configuration.h. No functional changes. Signed-off-by: Sai Asish Y --- storm-core/src/native/worker-launcher/impl/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm-core/src/native/worker-launcher/impl/configuration.h b/storm-core/src/native/worker-launcher/impl/configuration.h index 98a77eb2ba1..00b2948b79d 100644 --- a/storm-core/src/native/worker-launcher/impl/configuration.h +++ b/storm-core/src/native/worker-launcher/impl/configuration.h @@ -31,7 +31,7 @@ void read_config(const char* config_file); char *get_value(const char* key); //function to return array of values pointing to the key. Values are -//comma seperated strings. +//comma separated strings. char ** get_values(const char* key); /**