Skip to content

[Bug] Misspelled "syncronized" in S3 sync response messages#441

Open
parthdagia05 wants to merge 1 commit intoEAPD-DRB:mainfrom
parthdagia05:fix/typo-syncronized-response-messages
Open

[Bug] Misspelled "syncronized" in S3 sync response messages#441
parthdagia05 wants to merge 1 commit intoEAPD-DRB:mainfrom
parthdagia05:fix/typo-syncronized-response-messages

Conversation

@parthdagia05
Copy link
Copy Markdown

Linked issue

Existing related work reviewed

Overlap assessment

Why this PR should proceed

  • 2-line fix in 2 files. User-facing text correction. Zero behavior change. Neither file is upstream-overlap surface per docs/UPSTREAM_SYNC.md.

Summary

  • What changed: Corrected "syncronized" → "synchronized" in S3 sync success messages in CaseRoute.py and SyncS3Route.py.
  • Why: Misspelled word displayed to users after S3 sync operations.

Validation

  • Tests added/updated (or not applicable) — N/A: text-only change.
  • Validation steps documented
  • Evidence attached

python -m py_compile passes on both files. git diff --check clean. Branched off latest upstream/main (5f8f89a).

Documentation

  • Docs updated in this PR (or not applicable) — N/A
  • Any setup/workflow changes reflected in repo docs — N/A

Scope check

  • No unrelated refactors
  • Implemented from a feature branch (fix/typo-syncronized-response-messages)
  • Change is deliverable without upstream OSeMOSYS/MUIO dependency
  • Base repo/branch is EAPD-DRB/MUIOGO:main

Exception rationale

N/A

Two user-facing API responses display "syncronized" (missing the h)
after S3 sync operations. Corrected to "synchronized" in both
CaseRoute.py and SyncS3Route.py.
@parthdagia05
Copy link
Copy Markdown
Author

parthdagia05 commented Apr 15, 2026

@SeaCelo two line typo fix in user-facing S3 sync messages.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Misspelled "syncronized" in S3 sync response messages

1 participant