Skip to content

Commit eeb45f3

Browse files
committed
dsl: Fix a typo in es.h
Fix a spelling typo "lenght" in es.h. Signed-off-by: Masanari Iida <[email protected]>
1 parent b35c300 commit eeb45f3

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)