uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

Correct spelling mistake in overload message (Overlolading to Overloa… #96

Closed brucerennie closed 3 years ago

brucerennie commented 3 years ago

…ding).

Jafaral commented 3 years ago

Hi @brucerennie , did you change configure by hand or did you run autoreconf -i to generate it ? I ask because I never change it by hand, I always make changes to configure.ac and then run autoreconf -i to generate configure and then commit both at the same time.

brucerennie commented 3 years ago

Good morning Jafar. I changed both files by hand, starting with configure.ac and then configure. So, other than the automatic removal of spaces and tabs from the end of various lines in configure.ac by my editor, the only significant change was the removal of the extra character from the same message in each file.

If you would like me to run the autoreconf -i command and then resubmit this, I will do so. I would however suggest that some form of documentation is placed in the README.md files to indicate that this needs to be done for those of us who do not use these tools as a reminder of what we need to do to make sure that the normal project rules are followed.

Jafaral commented 3 years ago

It doesn't matter if you change it by hand as long as it matches what the standard autoconf tool generates. I just checked, it matches, I will be merging this shortly.