diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-11 10:12:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-11 10:14:26 +0200 |
commit | 5d6532a94b6737c9fe453bc42beb27c6a83e5119 (patch) | |
tree | 55b0232d253f62450b216763e91b49ec11682663 /sw | |
parent | 8636e2462d9a8f7ed092246cc152030467d96515 (diff) |
Fix (German?) spelling mistakes in comments: s/save/safe (the adjective)
Might be more of them left, I found these by looking for "is save" or
"it save".
Many more potential misspellings of "Safe" as "Save" in identifiers
are left. Need to check individually which of them actually mean
"Safe", which mean "Saved" perhaps.
Change-Id: I5d3791ea2df2e1d485f65400404972b72af45aec
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/view/vnew.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/vnew.cxx b/sw/source/core/view/vnew.cxx index ba003b21b2a8..88d593bafd12 100644 --- a/sw/source/core/view/vnew.cxx +++ b/sw/source/core/view/vnew.cxx @@ -45,7 +45,7 @@ void SwViewShell::Init( const SwViewOption *pNewOpt ) { mbDocSizeChgd = false; - // We play it save: Remove old font information whenever the printer + // We play it safe: Remove old font information whenever the printer // resolution or the zoom factor changes. For that, Init() and Reformat() // are the most secure places. pFntCache->Flush( ); |