summaryrefslogtreecommitdiffstats
path: root/bin/find-unused-typedefs.sh
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-26 09:56:47 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-30 15:06:45 +0000
commitfc2590cfa112222500a6c847917d7545f60024c6 (patch)
tree951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /bin/find-unused-typedefs.sh
parenttdf#92768 Support hiding title objects (diff)
downloadcore-fc2590cfa112222500a6c847917d7545f60024c6.tar.gz
core-fc2590cfa112222500a6c847917d7545f60024c6.zip
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'bin/find-unused-typedefs.sh')
-rwxr-xr-xbin/find-unused-typedefs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-unused-typedefs.sh b/bin/find-unused-typedefs.sh
index 7a6f54b2b1c8..bc4378533efa 100755
--- a/bin/find-unused-typedefs.sh
+++ b/bin/find-unused-typedefs.sh
@@ -14,7 +14,7 @@
# (4) sort the results, mostly so I have an idea how far along the process is
# (5) for each result:
# (6) grep for the constant
-# (7) use awk to to check if only one match for a given constant was found
+# (7) use awk to check if only one match for a given constant was found
# (8) if so, generate a sed command to remove the #define
#
bin/find-unused-typedefs.py \