diff options
author | Zsolt Bölöny <bolony.zsolt@gmail.com> | 2015-06-04 10:34:45 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-06-04 11:00:05 +0000 |
commit | d67f4ed258c2103e07c7a2bd94d16b604a20a8aa (patch) | |
tree | a925ad2e52c49e1adbd3d22691c78b4e4d7d9161 /.gitignore | |
parent | 3f69547397e5841d0915921be5be8b3edfdfdbc5 (diff) |
Fix typo in .gitignore
Change-Id: Ibecee87ffe3ec6990e36952488668b790a8e54eb
Reviewed-on: https://gerrit.libreoffice.org/16076
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e198d7f05feb..6f7b854d36b1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # As a rule of thumb: # File that are generated by configure or the build # but that are not deleted by make clean -# can be listed here... These must be deleted by maek distclean +# can be listed here... These must be deleted by make distclean # # Files that are generated by the build but deleted by make clean # should all be under workdir or instdir |