aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-04 09:26:36 +0200
committerGuido Günther <agx@sigxcpu.org>2014-10-04 09:26:36 +0200
commit606a0e70806d7f22ebe3bbc39987f248ca74a17f (patch)
treec38eeb14371355ec545afa0d4ef0d2d9cb997498
parenta8bb64e1714111a29059c1ecae70bea1dfe6e6aa (diff)
Fix typo
-rw-r--r--libplanfahr/providers/hafas-bin6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libplanfahr/providers/hafas-bin6.c b/libplanfahr/providers/hafas-bin6.c
index bec2606..c682b3f 100644
--- a/libplanfahr/providers/hafas-bin6.c
+++ b/libplanfahr/providers/hafas-bin6.c
@@ -189,7 +189,7 @@ log_response_body(LpfProviderHafasBin6 *self, SoupMessage *msg, const char* type
NULL);
if (!g_file_set_contents (querylog, msg->response_body->data, msg->response_body->length, NULL))
- g_warning ("Failed tpo write out query contents to %s", querylog);
+ g_warning ("Failed to write out query contents to %s", querylog);
g_free (querylog);
g_free (filename);