diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-22 23:19:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-22 23:19:52 +0100 |
commit | 5268d722a2dcc5a20e81444996da6306662de922 (patch) | |
tree | 87662aa2e9fb42475425b091ccc7480cb1218421 /sw/source | |
parent | e8064be685b17ae972aee2b0e07aa4e16763fb52 (diff) |
Typo: resonable->reasonable
Change-Id: Ia6737e7cf88b54be80db39937595105ff0e0d2b3
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/layout/flylay.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx index eeddb292df08..35532ab8a921 100644 --- a/sw/source/core/layout/flylay.cxx +++ b/sw/source/core/layout/flylay.cxx @@ -390,7 +390,7 @@ void SwFlyFreeFrm::CheckClip( const SwFmtFrmSize &rSz ) // Added the aFrmRect.HasArea() hack, because // the environment of the ole object does not have to be valid // at this moment, or even worse, it does not have to have a - // resonable size. In this case we do not want to change to + // reasonable size. In this case we do not want to change to // attributes permanentely. Maybe one day somebody dares to remove // this code. if ( aFrmRect.HasArea() && |