Skip to content

gh-145961: Fix typos in configure.ac and pyconfig.h.in#145962

Closed
crawfordxx wants to merge 1 commit intopython:mainfrom
crawfordxx:fix-typos-configure-ac
Closed

gh-145961: Fix typos in configure.ac and pyconfig.h.in#145962
crawfordxx wants to merge 1 commit intopython:mainfrom
crawfordxx:fix-typos-configure-ac

Conversation

@crawfordxx
Copy link

Fix typos in comments in configure.ac and pyconfig.h.in.

Changes:

  • configure.ac line 6415: useableusable (two occurrences on the same line)
  • configure.ac line 6505: defaulydefault
  • pyconfig.h.in line 1602: useableusable (two occurrences on the same line)

All changes are in comments only; no functional code is affected. The generated configure file is intentionally not modified.

Fixes gh-145961.

- configure.ac line 6415: "useable" -> "usable" (two occurrences)
- configure.ac line 6505: "defauly" -> "default"
- pyconfig.h.in line 1602: "useable" -> "usable" (two occurrences)

All changes are in comments only.
@python-cla-bot
Copy link

The following commit authors need to sign the Contributor License Agreement:

CLA not signed

@bedevere-app
Copy link

bedevere-app bot commented Mar 15, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@brianschubert
Copy link
Contributor

Sorry, we don't accept typo fixes for internal comments as it is code churn. Typos can be fixed for user-facing text (e.g. docs or docstrings), in which case an issue is not required. Please see the dev guide for more information about what kinds of contributions are accepted: https://devguide.python.org/

@skirpichev
Copy link
Member

IMO, change in the configure.ac partially (useable -> usable) fits this requirement (it's user-facing text), but I'm not sure if there is something wrong with the text.

@brianschubert
Copy link
Contributor

Both are accepted spellings, so I don't see any need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix typos in configure.ac and pyconfig.h.in

3 participants