Skip to content

Commit 778df8f

Browse files
authored
Merge pull request #3165 from standby24x7/dsl-typo
 dsl: Fix a typo in es.h
2 parents b35c300 + eeb45f3 commit 778df8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl/es.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int es_boolean_get (const EsObject* object);
114114
* String
115115
*/
116116
EsObject* es_string_new (const char* value);
117-
EsObject* es_string_newL (const char* value, size_t lenght);
117+
EsObject* es_string_newL (const char* value, size_t length);
118118
int es_string_p (const EsObject* object);
119119
const char* es_string_get (const EsObject* object);
120120

0 commit comments

Comments
 (0)