X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsrw.c;h=1330c94c30b516e0297200941975e21a979119ee;hp=a037d3663c52e3bcdbd9af8a4e235c3b561d4eca;hb=1fbd038d97d6e1bfe97270ecc17cca123bcc435c;hpb=44480613eaf589ad4cad250a3ef0bd9299b26c50 diff --git a/src/srw.c b/src/srw.c index a037d36..1330c94 100644 --- a/src/srw.c +++ b/src/srw.c @@ -478,7 +478,7 @@ static Z_FacetField *yaz_sru_proxy_decode_facet_field(ODR odr, xmlNodePtr ptr) const char* name = yaz_element_attribute_value_get(ptr, "facet", "code"); yaz_log(YLOG_DEBUG, "sru-proxy facet type: %s", name); - list = yaz_use_atttribute_create(odr, name); + list = yaz_use_attribute_create(odr, name); for (node = ptr->children; node; node = node->next) { if (match_element(node, "facetvalue")) num_terms++;