Skip to content

Commit 0c4ff92

Browse files
yarikopticclaude
andcommitted
Fix non-ambiguous typos with codespell -w
Fixed typos: - seperated -> separated (CHANGELOG.md, syntaxReferenceGuide.tsx) - requets -> requests (CHANGELOG.md) - seperate -> separate (CHANGELOG.md x3, repoCompileUtils.ts, atMentionButton.tsx) - langauge -> language (CHANGELOG.md) - Chnage -> Change (CHANGELOG.md) - overriden -> overridden (entrypoint.sh) - embeded -> embedded (entrypoint.sh x2) - outputing -> outputting (language-model-providers.mdx) - deprected -> deprecated (constants.ts) - striclty -> strictly (prisma.ts) - parantheses -> parentheses, Parantheses -> Parentheses (syntaxReferenceGuide.tsx) - visibile -> visible (chatThreadListItem.tsx) - exaustive -> exhaustive (zoektSearcher.ts) - aggregrating -> aggregating (RepoStats.ts x2) - matchs -> matches (SearchOptions.ts x2) Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6727e2c commit 0c4ff92

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
555555
## [4.10.1] - 2025-12-03
556556

557557
### Added
558-
- Added `ALWAYS_INDEX_FILE_PATTERNS` environment variable to allow specifying a comma seperated list of glob patterns matching file paths that should always be indexed, regardless of size or # of trigrams. [#631](https://github.com/sourcebot-dev/sourcebot/pull/631)
558+
- Added `ALWAYS_INDEX_FILE_PATTERNS` environment variable to allow specifying a comma separated list of glob patterns matching file paths that should always be indexed, regardless of size or # of trigrams. [#631](https://github.com/sourcebot-dev/sourcebot/pull/631)
559559
- Added button to explore menu to toggle cross-repository search. [#647](https://github.com/sourcebot-dev/sourcebot/pull/647)
560560
- Added server side telemetry for search metrics. [#652](https://github.com/sourcebot-dev/sourcebot/pull/652)
561561

@@ -574,7 +574,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574574
### Added
575575
- Added support for streaming code search results. [#623](https://github.com/sourcebot-dev/sourcebot/pull/623)
576576
- Added buttons to toggle case sensitivity and regex patterns. [#623](https://github.com/sourcebot-dev/sourcebot/pull/623)
577-
- Added counts to members, requets, and invites tabs in the members settings. [#621](https://github.com/sourcebot-dev/sourcebot/pull/621)
577+
- Added counts to members, requests, and invites tabs in the members settings. [#621](https://github.com/sourcebot-dev/sourcebot/pull/621)
578578
- [Sourcebot EE] Add support for Authentik as a identity provider. [#627](https://github.com/sourcebot-dev/sourcebot/pull/627)
579579

580580
### Changed
@@ -648,7 +648,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
648648

649649
### Added
650650
- Implement dynamic tab titles for files and folders in browse tab. [#560](https://github.com/sourcebot-dev/sourcebot/pull/560)
651-
- Added support for passing db connection url as seperate `DATABASE_HOST`, `DATABASE_USERNAME`, `DATABASE_PASSWORD`, `DATABASE_NAME`, and `DATABASE_ARGS` env vars. [#545](https://github.com/sourcebot-dev/sourcebot/pull/545)
651+
- Added support for passing db connection url as separate `DATABASE_HOST`, `DATABASE_USERNAME`, `DATABASE_PASSWORD`, `DATABASE_NAME`, and `DATABASE_ARGS` env vars. [#545](https://github.com/sourcebot-dev/sourcebot/pull/545)
652652
- Added support for GitHub Apps for service auth. [#570](https://github.com/sourcebot-dev/sourcebot/pull/570)
653653
- Added prometheus metrics for repo index manager. [#571](https://github.com/sourcebot-dev/sourcebot/pull/571)
654654
- Added experimental environment variable to disable API key creation for non-admin users. [#577](https://github.com/sourcebot-dev/sourcebot/pull/577)
@@ -801,7 +801,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
801801
## [4.6.0] - 2025-07-25
802802

803803
### Added
804-
- Introducing Ask Sourcebot - ask natural langauge about your codebase. Get back comprehensive Markdown responses with inline citations back to the code. Bring your own LLM api key. [#392](https://github.com/sourcebot-dev/sourcebot/pull/392)
804+
- Introducing Ask Sourcebot - ask natural language about your codebase. Get back comprehensive Markdown responses with inline citations back to the code. Bring your own LLM api key. [#392](https://github.com/sourcebot-dev/sourcebot/pull/392)
805805

806806
### Fixed
807807
- Fixed onboarding infinite loop when GCP IAP Auth is enabled. [#381](https://github.com/sourcebot-dev/sourcebot/pull/381)
@@ -871,7 +871,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
871871
## [4.2.0] - 2025-06-09
872872

873873
### Added
874-
- Added seperate page for signup. [#311](https://github.com/sourcebot-dev/sourcebot/pull/331)
874+
- Added separate page for signup. [#311](https://github.com/sourcebot-dev/sourcebot/pull/331)
875875
- Fix repo images in authed instance case and add manifest json. [#332](https://github.com/sourcebot-dev/sourcebot/pull/332)
876876
- Added encryption logic for license keys. [#335](https://github.com/sourcebot-dev/sourcebot/pull/335)
877877
- Added hover tooltip for long repo names in filter panel. [#338](https://github.com/sourcebot-dev/sourcebot/pull/338)
@@ -1023,7 +1023,7 @@ Sourcebot v3 is here and brings a number of structural changes to the tool's fou
10231023
### Removed
10241024
- [**Breaking Change**] Removed `db.json` in favour of a Postgres database for transactional workloads. See the [architecture overview](https://docs.sourcebot.dev/self-hosting/overview#architecture).
10251025
- [**Breaking Change**] Removed local folder & arbitrary .git repo support. If your deployment depended on these features, please [open a issue](https://github.com/sourcebot-dev/sourcebot/issues/new?template=get_help.md) and let us know.
1026-
- [**Breaking Chnage**] Removed ability to specify a `token` as a string literal from the schema.
1026+
- [**Breaking Change**] Removed ability to specify a `token` as a string literal from the schema.
10271027
- [**Breaking Change**] Removed support for `DOMAIN_SUB_PATH` configuration.
10281028

10291029

docs/docs/configuration/language-model-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The OpenAI compatible provider allows you to use any model that is compatible wi
297297

298298
<Accordion title="Troubleshooting">
299299
- When using [llama.cpp](https://github.com/ggml-org/llama.cpp), if you hit "Failed after 3 attempts. Last error: tools param requires --jinja flag", add the `--jinja` flag to your `llama-server` command.
300-
- If you're seeing the LLM outputing reasoning tokens wrapped in XML tags (e.g., `<reasoning>`, `<thinking>`, etc.), you can configure the `reasoningTag` parameter to the name of the tag (without angle brackets). This parameter defaults to `think`.
300+
- If you're seeing the LLM outputting reasoning tokens wrapped in XML tags (e.g., `<reasoning>`, `<thinking>`, etc.), you can configure the `reasoningTag` parameter to the name of the tag (without angle brackets). This parameter defaults to `think`.
301301
</Accordion>
302302

303303
### OpenRouter

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
# If a CONFIG_PATH is set, resolve the environment overrides from the config file.
2121
# The overrides will be written into variables scopped to the current shell. This is
22-
# required in case one of the variables used in this entrypoint is overriden (e.g.,
22+
# required in case one of the variables used in this entrypoint is overridden (e.g.,
2323
# DATABASE_URL, REDIS_URL, etc.)
2424
if [ -n "$CONFIG_PATH" ]; then
2525
echo -e "\e[34m[Info] Resolving environment overrides from $CONFIG_PATH...\e[0m"
@@ -48,15 +48,15 @@ if [ -z "$DATABASE_URL" ] && [ -n "$DATABASE_HOST" ] && [ -n "$DATABASE_USERNAME
4848
fi
4949

5050
if [ -z "$DATABASE_URL" ]; then
51-
echo -e "\e[34m[Info] DATABASE_URL is not set. Using embeded database.\e[0m"
51+
echo -e "\e[34m[Info] DATABASE_URL is not set. Using embedded database.\e[0m"
5252
export DATABASE_EMBEDDED="true"
5353
export DATABASE_URL="postgresql://postgres@localhost:5432/sourcebot"
5454
else
5555
export DATABASE_EMBEDDED="false"
5656
fi
5757

5858
if [ -z "$REDIS_URL" ]; then
59-
echo -e "\e[34m[Info] REDIS_URL is not set. Using embeded redis.\e[0m"
59+
echo -e "\e[34m[Info] REDIS_URL is not set. Using embedded redis.\e[0m"
6060
export REDIS_EMBEDDED="true"
6161
export REDIS_URL="redis://localhost:6379"
6262
else

packages/backend/src/repoCompileUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export const compileGerritConfig = async (
359359
webUrl: webUrl,
360360
name: repoName,
361361
displayName: repoDisplayName,
362-
// @note: the gerrit api doesn't return the default branch (without a seperate query).
362+
// @note: the gerrit api doesn't return the default branch (without a separate query).
363363
// Instead, the default branch will be set once the repo is cloned.
364364
// @see: repoIndexManager.ts
365365
defaultBranch: undefined,

packages/shared/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const DEFAULT_CONFIG_SETTINGS: ConfigSettings = {
2929
maxRepoGarbageCollectionJobConcurrency: 8,
3030
repoGarbageCollectionGracePeriodMs: 10 * 1000, // 10 seconds
3131
repoIndexTimeoutMs: 1000 * 60 * 60 * 2, // 2 hours
32-
enablePublicAccess: false, // deprected, use FORCE_ENABLE_ANONYMOUS_ACCESS instead
32+
enablePublicAccess: false, // deprecated, use FORCE_ENABLE_ANONYMOUS_ACCESS instead
3333
repoDrivenPermissionSyncIntervalMs: 1000 * 60 * 60 * 24, // 24 hours
3434
userDrivenPermissionSyncIntervalMs: 1000 * 60 * 60 * 24, // 24 hours
3535
experiment_repoDrivenPermissionSyncIntervalMs: 1000 * 60 * 60 * 24, // 24 hours (deprecated)

packages/web/src/app/[domain]/components/syntaxReferenceGuide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export const SyntaxReferenceGuide = () => {
250250
<div>
251251
<h3 className="text-lg font-semibold mt-4 mb-0">Boolean operators &amp; grouping</h3>
252252
<p className="text-sm mb-2 mt-0">
253-
By default, space-seperated expressions are and&apos;d together. Using the <CodeSnippet>or</CodeSnippet> keyword as well as parantheses <CodeSnippet>()</CodeSnippet> can be used to create more complex boolean logic. Parantheses can be negated using the <CodeSnippet>-</CodeSnippet> prefix.
253+
By default, space-separated expressions are and&apos;d together. Using the <CodeSnippet>or</CodeSnippet> keyword as well as parentheses <CodeSnippet>()</CodeSnippet> can be used to create more complex boolean logic. Parentheses can be negated using the <CodeSnippet>-</CodeSnippet> prefix.
254254
</p>
255255
<Table>
256256
<TableHeader>

packages/web/src/features/chat/components/chatBox/atMentionButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useCallback } from "react";
77
import { ReactEditor, useSlate } from "slate-react";
88
import { AtMentionInfoCard } from "./atMentionInfoCard";
99

10-
// @note: we have this as a seperate component to avoid having to re-render the
10+
// @note: we have this as a separate component to avoid having to re-render the
1111
// entire toolbar whenever the user types (since we are using the useSlate hook
1212
// here).
1313
export const AtMentionButton = () => {

packages/web/src/features/chat/components/chatThread/chatThreadListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const ChatThreadListItemComponent = forwardRef<HTMLDivElement, ChatThreadListIte
8484

8585
// Groups parts into steps that are associated with thinking steps that
8686
// should be visible to the user. By "steps", we mean parts that originated
87-
// from the same LLM invocation. By "visibile", we mean parts that have some
87+
// from the same LLM invocation. By "visible", we mean parts that have some
8888
// visual representation in the UI (e.g., text, reasoning, tool calls, etc.).
8989
const uiVisibleThinkingSteps = useMemo(() => {
9090
const steps = groupMessageIntoSteps(assistantMessage?.parts ?? []);

packages/web/src/features/search/zoektSearcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const createZoektSearchRequest = async ({
9090
//
9191
//
9292
// Our challenge is to determine whether or not the search returned all possible matches/
93-
// (it was exaustive) or if it was truncated. By setting the `TotalMaxMatchCount` to
93+
// (it was exhaustive) or if it was truncated. By setting the `TotalMaxMatchCount` to
9494
// `MaxMatchDisplayCount + 1`, we can determine which of these occurred by comparing
9595
// `totalMatchCount` to `MaxMatchDisplayCount`.
9696
//

packages/web/src/prisma.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const prisma = globalForPrisma.prisma || new PrismaClient({
2929
if (env.NODE_ENV !== "production") globalForPrisma.prisma = prisma
3030

3131
/**
32-
* Creates a prisma client extension that scopes queries to striclty information
32+
* Creates a prisma client extension that scopes queries to strictly information
3333
* a given user should be able to access.
3434
*/
3535
export const userScopedPrismaClientExtension = (user?: UserWithAccounts) => {

0 commit comments

Comments
 (0)