diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 10:42:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 11:14:28 +0300 |
commit | cb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch) | |
tree | ff8a4b192a2ca846d32111732563432244135910 /sysui | |
parent | 1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff) |
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/share/create_mime_xml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl index bda127c3c8ae..e8d7abb553da 100755 --- a/sysui/desktop/share/create_mime_xml.pl +++ b/sysui/desktop/share/create_mime_xml.pl @@ -22,7 +22,7 @@ $basedir = dirname($0); $productname = 'LibreOffice'; $mimedir = $basedir.'/../mimetypes'; -$FS= ' '; # field seperator (space) - for documents.ulf +$FS= ' '; # field separator (space) - for documents.ulf $, = "\n"; # set output field separator (newline) $\ = "\n"; # set output record separator (newline) |