diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:44:22 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-01-07 12:29:04 +0000 |
commit | 597e694e7e3264cf5d42b177bec38585ccb21232 (patch) | |
tree | dd4082a99cb600f9e0cf09dfaeee1174f26f46d7 /config.guess | |
parent | 5e0d36adc3f7f245edfc79230d0871017ba15d5d (diff) |
Fix typos
Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343
Reviewed-on: https://gerrit.libreoffice.org/21197
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'config.guess')
-rw-r--r-- | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 1f5c50c0d152..553731934eb7 100644 --- a/config.guess +++ b/config.guess @@ -1099,7 +1099,7 @@ EOF # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configury will decide that + # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; |