diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-17 16:41:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-17 21:53:28 +0200 |
commit | 64a3124d928f337011cad137c2c059f1ef064377 (patch) | |
tree | cdcea46848e5b61872716d8deb6f5d5b8f57894a /solenv/bin/add-modelines | |
parent | fc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff) |
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
Reviewed-on: https://gerrit.libreoffice.org/41194
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv/bin/add-modelines')
-rwxr-xr-x | solenv/bin/add-modelines | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/add-modelines b/solenv/bin/add-modelines index 7dff27b84382..09c8d88b16e8 100755 --- a/solenv/bin/add-modelines +++ b/solenv/bin/add-modelines @@ -17,10 +17,10 @@ # NOTE: At present, this script only works for files with C-like comments. # NOTE: If you don't specify -p, the script will act on the current working directory. -# NOTE: If no arguments are specified, the defitions below are in effect. +# NOTE: If no arguments are specified, the definitions below are in effect. # TO DO -# - Deuglifiy? +# - Deuglify? # - Make source file type agnostic modelines? # - Too many/too few comments? # - Handle top level source directories with whitespace names? (Do they exist?) |