aboutsummaryrefslogtreecommitdiff
path: root/libplanfahr
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-03-11 21:19:49 +0100
committerGuido Günther <agx@sigxcpu.org>2014-03-11 21:19:49 +0100
commit827dd363d225e52d3f7f7e68a419289e65e13064 (patch)
treeafefde30cb9a679d72f60e4f48865579024bb9a6 /libplanfahr
parent4a2b77d51ea05a7d7f916795afb78e083856d6aa (diff)
Fix typo
Diffstat (limited to 'libplanfahr')
-rw-r--r--libplanfahr/lpf-provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libplanfahr/lpf-provider.c b/libplanfahr/lpf-provider.c
index 567c745..c2a4a54 100644
--- a/libplanfahr/lpf-provider.c
+++ b/libplanfahr/lpf-provider.c
@@ -171,7 +171,7 @@ lpf_provider_default_init (LpfProviderInterface *iface)
/**
* lpf_provider_free_trips:
* @self: a #LpfProvider
- * @trips: (element-type LpfTrips): A linked list of trips
+ * @trips: (element-type LpfTrip): A linked list of trips
*
* Free the trips list
*/