diff --git a/src/Molecule-Geographical-Position-Example/MolGeoPosApplication.class.st b/src/Molecule-Geographical-Position-Example/MolGeoPosApplication.class.st index a639fd9..1e5d821 100644 --- a/src/Molecule-Geographical-Position-Example/MolGeoPosApplication.class.st +++ b/src/Molecule-Geographical-Position-Example/MolGeoPosApplication.class.st @@ -140,7 +140,7 @@ MolGeoPosApplication >> makeGalileoButton [ MolGeoPosApplication >> makeMapComponent [ | mapElement | - mapElement := MolUtils instanceOf: MolGeoPositionMapReicever. + mapElement := MolUtils instanceOf: MolGeoPosMapReceiver. mapElement backgroundForm: self mapForm. mapElement margin: (BlInsets bottom: 16). ^ mapElement