X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/469856bf9dec2656433baaa976b9af84d79769ae..14b9e3a4c4f3912bfe5e848e6b0bf8d7620a53a0:/src/vikmapsource.c diff --git a/src/vikmapsource.c b/src/vikmapsource.c index 5467e012..b5470f42 100644 --- a/src/vikmapsource.c +++ b/src/vikmapsource.c @@ -95,7 +95,7 @@ _supports_download_only_new (VikMapSource *self) * @fct: the callback function to use to return matching copyrights. * @data: the user data to use to call the callbaack function. * - * retreive copyright(s) for the corresponding bounding box and zoom level. + * Retrieve copyright(s) for the corresponding bounding box and zoom level. */ void vik_map_source_get_copyright (VikMapSource *self, LatLonBBox bbox, gdouble zoom, void (*fct)(VikViewport*,const gchar*), void *data)