]> err.no Git - libchamplain/commitdiff
Correct a typo in OpenAerial
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 5 Apr 2009 21:10:48 +0000 (23:10 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 13 Apr 2009 00:55:35 +0000 (20:55 -0400)
bindings/perl/Champlain/README
bindings/perl/Champlain/lib/Champlain.pm
bindings/perl/Champlain/t/ChamplainMapSource.t

index 24401a40892fa8ae0b8ab9650ce88eafe3766b52..9283a1de6a8b22e904d66784195f812c578d7236 100644 (file)
@@ -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.
 
index b356df560fdfa6245aa3edbeaad44f90976aa92d..4bca0d89dd1520a134bd4923a575f99adbf6f618 100644 (file)
@@ -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<OpenStreetMap>, I<OpenArialMap> and I<Maps for free>.
+such as I<OpenStreetMap>, I<OpenAerialMap> and I<Maps for free>.
 
 If the C library is compiled with GTK support then the map widget can also be
 embedded in any GTK application.
index db5dcc578964adeb0927a47aa893a0ae22daa5eb..e2fe6f68400a582b64ba8b78cbf54d807c336d50 100644 (file)
@@ -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();