fixed small typo

This commit is contained in:
IOhannes m zmölnig 2018-02-07 16:23:51 +01:00
parent 1b9f3d8895
commit 44a32fd009

View file

@ -166,7 +166,7 @@ version = 0.5.0
# Makefile.pdlibbuilder will try to build all classes into a single library # Makefile.pdlibbuilder will try to build all classes into a single library
# executable (but it will force exit if lib.setup.sources is undefined). # executable (but it will force exit if lib.setup.sources is undefined).
# If your makefile defines 'make-lib-executable=yes' as the library default, # If your makefile defines 'make-lib-executable=yes' as the library default,
# this can still be overriden with 'make-lib-executable=no' as command argument # this can still be overridden with 'make-lib-executable=no' as command argument
# to build individual class executables (the Makefile.pdlibbuilder default.) # to build individual class executables (the Makefile.pdlibbuilder default.)
# #
# suppress-wunused: # suppress-wunused: