From 478c3c42ad20f823475c35e1b964ceb20a93dd7e Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sun, 5 Apr 2009 23:10:48 +0200 Subject: [PATCH] Correct a typo in OpenAerial --- bindings/perl/Champlain/README | 2 +- bindings/perl/Champlain/lib/Champlain.pm | 2 +- bindings/perl/Champlain/t/ChamplainMapSource.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/perl/Champlain/README b/bindings/perl/Champlain/README index 24401a4..9283a1d 100644 --- a/bindings/perl/Champlain/README +++ b/bindings/perl/Champlain/README @@ -9,7 +9,7 @@ The library relies on Clutter for all rendering and can easily embedded in any Gtk2 application. The maps displayed are taken from various sources, all providing maps for free, -at the moment the following sources area available: OpenStreetMap, OpenArialMap +at the moment the following sources area available: OpenStreetMap, OpenAerialMap and Maps for free. It's also possible to provide other sources through a simple API. diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index b356df5..4bca0d8 100644 --- a/bindings/perl/Champlain/lib/Champlain.pm +++ b/bindings/perl/Champlain/lib/Champlain.pm @@ -31,7 +31,7 @@ Champlain - Map rendering canvas Champlain is a Perl binding for the C library libchamplain which provides a canvas widget based on Clutter that displays maps from various free map sources -such as I, I and I. +such as I, I and I. If the C library is compiled with GTK support then the map widget can also be embedded in any GTK application. diff --git a/bindings/perl/Champlain/t/ChamplainMapSource.t b/bindings/perl/Champlain/t/ChamplainMapSource.t index db5dcc5..e2fe6f6 100644 --- a/bindings/perl/Champlain/t/ChamplainMapSource.t +++ b/bindings/perl/Champlain/t/ChamplainMapSource.t @@ -74,7 +74,7 @@ sub test_osm_osmarender { generic_map_operations($label, $map); } -# OpenArialMap +# OpenAerialMap sub test_oam { my $label = "OpenArialMap"; my $map = Champlain::MapSource->new_oam(); -- 2.39.5