Spell fix in comment
authorDennis Schafroth <dennis@indexdata.com>
Mon, 11 Jul 2011 11:37:57 +0000 (13:37 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 11 Jul 2011 11:37:57 +0000 (13:37 +0200)
src/solrtransform.c

index 4ce5a95..11843db 100644 (file)
@@ -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);
 }
 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)
 {
 
 solr_transform_t solr_transform_create(void)
 {