X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fdata%2Fgrits-http.c;h=c0f098f24c62881344b8a09b0c438edf2d89519e;hp=7f7d03be9393978f21aff9039749d745e718cff9;hb=d8948985b467a5cfd0447ae413ed1c5d01afb024;hpb=4bef8517366b0195e321add06250e7d659434661 diff --git a/src/data/grits-http.c b/src/data/grits-http.c index 7f7d03b..c0f098f 100644 --- a/src/data/grits-http.c +++ b/src/data/grits-http.c @@ -22,7 +22,7 @@ * #GisHttp is a small wrapper around libsoup to provide data access using the * Hyper Text Transfer Protocol. Each #GisHttp should be associated with a * particular server or dataset, all the files downloaded for this dataset will - * be cached together in $HOME.cache/libgis/ + * be cached together in $HOME/.cache/grits/ */ #include @@ -30,7 +30,7 @@ #include #include -#include "gis-http.h" +#include "grits-http.h" gchar *_get_cache_path(GisHttp *http, const gchar *local) {