~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Paul Wise
  • Date: 2020-01-15 05:46:18 UTC
  • Revision ID: pabs3@bonedaddy.net-20200115054618-u1m1y2j8n2svyh6h
Fix some typos in the code, comments and documentation

Suggested-by: codespell
Suggested-by: spellintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        (bzr log --verbose --include-merges || \
19
19
        bzr log --verbose) | fmt -s > $@.tmp && mv $@.tmp $@
20
20
 
21
 
# Copy all the spec files. Of cource, only one is actually used.
 
21
# Copy all the spec files. Of course, only one is actually used.
22
22
dist-hook:
23
23
        for specfile in *.spec; do \
24
24
                if test -f $$specfile; then \