From f65c61ae70da6e114fd25e163d0bdd62f552a35f Mon Sep 17 00:00:00 2001 From: Nyan11 Date: Sun, 5 Nov 2023 11:48:42 +0100 Subject: [PATCH] Fix typo --- .../MolGeoPosApplication.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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