From: Dennis Schafroth Date: Mon, 11 Jul 2011 11:37:57 +0000 (+0200) Subject: Spell fix in comment X-Git-Tag: v4.2.5~13 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7b2533f27f7bec5518fd73cf3b04c1f18d66e287 Spell fix in comment --- diff --git a/src/solrtransform.c b/src/solrtransform.c index 4ce5a95..11843db 100644 --- a/src/solrtransform.c +++ b/src/solrtransform.c @@ -41,7 +41,7 @@ struct solr_transform_t_ { }; -/* TODO Utility functions, evt. split out int separate file */ +/* TODO Utility functions, split out into separate file */ int solr_strcmp(const char *s1, const char *s2) { return cql_strcmp(s1, s2); } @@ -70,7 +70,7 @@ void solr_buf_write_handler (const char *b, void *client_data) } -/* Utillity functions end */ +/* Utility functions end */ solr_transform_t solr_transform_create(void) {