Skip to content

Commit c9087ca

Browse files
SAY-5rzo1
authored andcommitted
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 <say.apm35@gmail.com>
1 parent 7423651 commit c9087ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storm-core/src/native/worker-launcher/impl/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void read_config(const char* config_file);
3131
char *get_value(const char* key);
3232

3333
//function to return array of values pointing to the key. Values are
34-
//comma seperated strings.
34+
//comma separated strings.
3535
char ** get_values(const char* key);
3636

3737
/**

0 commit comments

Comments
 (0)