From 766a9b3b227028c6936d4efba34d3483c13cbe97 Mon Sep 17 00:00:00 2001 From: Manuel Mauky Date: Wed, 10 Jun 2015 16:47:38 +0200 Subject: [PATCH] fix spelling error in javadoc of ModelWrapper --- .../java/de/saxsys/mvvmfx/utils/mapping/ModelWrapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mvvmfx/src/main/java/de/saxsys/mvvmfx/utils/mapping/ModelWrapper.java b/mvvmfx/src/main/java/de/saxsys/mvvmfx/utils/mapping/ModelWrapper.java index a3aca00a0..268f2fec2 100644 --- a/mvvmfx/src/main/java/de/saxsys/mvvmfx/utils/mapping/ModelWrapper.java +++ b/mvvmfx/src/main/java/de/saxsys/mvvmfx/utils/mapping/ModelWrapper.java @@ -883,7 +883,7 @@ private > R addIdentified(String fieldName, PropertyFie } /** - * This boolean flag indicates wether there is a difference of the data between + * This boolean flag indicates whether there is a difference of the data between * the wrapped model object and the properties provided by this wrapper. *

* Note the difference to {@link #dirtyProperty()}: @@ -914,7 +914,7 @@ public boolean isDifferent() { } /** - * This boolean flag indicates wether there was a change at least one wrapped property. + * This boolean flag indicates whether there was a change to at least one wrapped property. *

* Note the difference to {@link #differentProperty()}: * This property will turn to true when the value of one of the wrapped properties is