This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new c9087ca6c storm-core: fix 'seperate' -> 'separate' in configuration.h
comment
c9087ca6c is described below
commit c9087ca6ce2a36335fb2742b79454efac0fd43ce
Author: Sai Asish Y <[email protected]>
AuthorDate: Fri Apr 17 01:22:06 2026 -0700
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 <[email protected]>
---
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 98a77eb2b..00b2948b7 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);
/**