Kaydet (Commit) cc4d41fb authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Icadf5cb88024b8889d49dc9c5210d0de8deaed3b
Reviewed-on: https://gerrit.libreoffice.org/48172Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst acab4a99
......@@ -1149,7 +1149,7 @@ void ScColumn::CopyStaticToDocument(
break;
}
// Dont' forget to copy the number formats over. Charts may reference them.
// Don't forget to copy the number formats over. Charts may reference them.
for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow)
{
sal_uInt32 nNumFmt = GetNumberFormat(pDocument->GetNonThreadedContext(), nRow);
......
......@@ -424,7 +424,7 @@ opts.add_option("-C", "--pure-c", action="store_true", help="do not print extern
(options, args) = opts.parse_args()
# dict of all the contructors that we need according to -g's
# dict of all the constructors that we need according to -g's
full_constructor_map = {}
if options.groups:
for constructor_group in options.groups:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment