[PR #4629] Fix various typos #4303

Open
opened 2026-04-25 00:19:12 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4629
Author: @luzpaz
Created: 8/27/2025
Status: 🔄 Open

Base: masterHead: typos


📝 Commits (1)

📊 Changes

17 files changed (+22 additions, -22 deletions)

View changed files

📝 client/cypress/tests/components/cards/LazyBookCard.cy.js (+1 -1)
📝 client/mixins/uploadHelpers.js (+1 -1)
📝 docs/objects/mediaTypes/Podcast.yaml (+1 -1)
📝 docs/openapi.json (+1 -1)
📝 readme.md (+1 -1)
📝 server/auth/OidcAuthStrategy.js (+1 -1)
📝 server/finders/BookFinder.js (+3 -3)
📝 server/libs/archiver/archiverUtils/fsRealpath/old.js (+1 -1)
📝 server/libs/commandLineArgs/index.js (+3 -3)
📝 server/libs/fsExtra/ensure/symlink-paths.js (+1 -1)
📝 server/libs/libarchive/wasm-module.js (+2 -2)
📝 server/libs/passportLocal/strategy.js (+1 -1)
📝 server/libs/requestIp/index.js (+1 -1)
📝 server/utils/migrations/dbMigration.js (+1 -1)
📝 server/utils/parsers/parseFullName.js (+1 -1)
📝 server/utils/scandir.js (+1 -1)
📝 test/server/finders/BookFinder.test.js (+1 -1)

📄 Description

Brief summary

Fixing some user-facing and non-user facing typos.
Found via codespell -L als,autor,mape,mis,te,ue

Which issue is fixed?

n/a

In-depth Description

n/a

How have you tested this?

Has not been tested

Screenshots

n/a


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/4629 **Author:** [@luzpaz](https://github.com/luzpaz) **Created:** 8/27/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `typos` --- ### 📝 Commits (1) - [`3837c73`](https://github.com/advplyr/audiobookshelf/commit/3837c7301c4b32d658766cf7a028ebba9ac1d46a) Fix various typos ### 📊 Changes **17 files changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `client/cypress/tests/components/cards/LazyBookCard.cy.js` (+1 -1) 📝 `client/mixins/uploadHelpers.js` (+1 -1) 📝 `docs/objects/mediaTypes/Podcast.yaml` (+1 -1) 📝 `docs/openapi.json` (+1 -1) 📝 `readme.md` (+1 -1) 📝 `server/auth/OidcAuthStrategy.js` (+1 -1) 📝 `server/finders/BookFinder.js` (+3 -3) 📝 `server/libs/archiver/archiverUtils/fsRealpath/old.js` (+1 -1) 📝 `server/libs/commandLineArgs/index.js` (+3 -3) 📝 `server/libs/fsExtra/ensure/symlink-paths.js` (+1 -1) 📝 `server/libs/libarchive/wasm-module.js` (+2 -2) 📝 `server/libs/passportLocal/strategy.js` (+1 -1) 📝 `server/libs/requestIp/index.js` (+1 -1) 📝 `server/utils/migrations/dbMigration.js` (+1 -1) 📝 `server/utils/parsers/parseFullName.js` (+1 -1) 📝 `server/utils/scandir.js` (+1 -1) 📝 `test/server/finders/BookFinder.test.js` (+1 -1) </details> ### 📄 Description ## Brief summary Fixing some user-facing and non-user facing typos. Found via `codespell -L als,autor,mape,mis,te,ue` ## Which issue is fixed? n/a ## In-depth Description n/a ## How have you tested this? Has not been tested ## Screenshots n/a --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:19:12 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4303