I noticed a small typo in a comment in configure.
At line 26978, the word defauly is misspelled and should be default:
- PLATLIBDIR="lib" # XXX: we should probably calculate the defauly from libdir, if defined.
+ PLATLIBDIR="lib" # XXX: we should probably calculate the default from libdir, if defined.
Linked PRs
I noticed a small typo in a comment in
configure.At line 26978, the word
defaulyis misspelled and should bedefault:Linked PRs