Skip to content

Commit 6ca320b

Browse files
committed
fix vaariable name
1 parent dc4535b commit 6ca320b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pyramid/PyramidMagicButtonsInputPresenter.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PyramidMagicButtonsInputPresenter >> initializePresenters [
8585
buttonsSelected := OrderedCollection new.
8686
buttonsNotSelected := OrderedCollection new.
8787
validationArray := OrderedCollection new.
88-
buttonUnknow := SpButtonPresenter new
88+
buttonUnknown := SpButtonPresenter new
8989
label: 'Unknow';
9090
state: true;
9191
yourself

0 commit comments

Comments
 (0)