diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-26 13:32:13 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-27 10:12:35 +0200 |
commit | 6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch) | |
tree | d6d52db33afb33c5ab4677576a5cbf5b7db64a55 /soltools | |
parent | 91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff) |
Fix typos
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1
Reviewed-on: https://gerrit.libreoffice.org/54838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/mkdepend/ifparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/mkdepend/ifparser.c b/soltools/mkdepend/ifparser.c index 8777e795f18e..52eb40d2e670 100644 --- a/soltools/mkdepend/ifparser.c +++ b/soltools/mkdepend/ifparser.c @@ -50,7 +50,7 @@ * | '&' | '|' * | '&&' | '||' * - * The normal C order of precidence is supported. + * The normal C order of precedence is supported. * * * External Entry Points: |