diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 15:17:15 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 06:54:05 +0000 |
commit | 3ffc206a4b70863fc1a340c0011eb4aa82819ae1 (patch) | |
tree | 6c83c32b8135b74d897db8e9610b713c53596e98 /svl | |
parent | ba423579255848440318d6c468a604914901779b (diff) |
Fix typos
Change-Id: Ib25dadb25d8c2df1361de194f74cf3ddd459650d
Reviewed-on: https://gerrit.libreoffice.org/34783
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 8e185d561912..8ac1dd722acc 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -145,7 +145,7 @@ void Test::testNumberFormat() nullptr }; -// Followings aren't in range of NF_FRACTION_START and NF_FRACTION_END +// Following aren't in range of NF_FRACTION_START and NF_FRACTION_END // see enum NfIndexTableOffset in svl/inc/svl/zforlist.hxx const char* pFractionExt[] = { "# \?\?\?/\?\?\?", |