X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsolrtransform.c;h=7e545196b25ba9a1829ffa43ea3ffe47f6a562d5;hb=a3e65bcd3250b107397675bc65b35b5939355025;hp=4ce5a95c6615f1ac9cd11af4e5642c54a9dc28b1;hpb=4f3bcae93d51a26709c12b51261c3d95af610cb2;p=yaz-moved-to-github.git diff --git a/src/solrtransform.c b/src/solrtransform.c index 4ce5a95..7e54519 100644 --- a/src/solrtransform.c +++ b/src/solrtransform.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ /** @@ -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) {