Bug 39017 - Typo: "Does not exists"
Summary: Typo: "Does not exists"
Status: Patch doesn't apply
Alias: None
Product: Koha
Classification: Unclassified
Component: Developer documentation (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Nicolas Hunstein
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2025-02-03 13:17 UTC by Katrin Fischer
Modified: 2025-04-04 10:16 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39017: update "Does not exists" (5.63 KB, patch)
2025-04-04 09:23 UTC, Nicolas Hunstein
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2025-02-03 13:17:21 UTC
Spotted in one patch with older code, but then found some more in code comments/POD:

git grep "does not exists"
Comment 1 Nicolas Hunstein 2025-04-04 09:23:32 UTC
Created attachment 180620 [details] [review]
Bug 39017: update "Does not exists"

changes string "Does not exists" to "Does not exist"

to test:
- look for "Does not exists"
- check there are some entries "Does not exists"

- apply patch
- verify there are no entries "Does not exists". Instead there are entries "Does not exist"
Comment 2 David Nind 2025-04-04 10:16:36 UTC
The patch no longer applies (on the latest main) 8-(...

git bz apply 39017

Bug 39017 - Typo: "Does not exists"

180620 - Bug 39017: update "Does not exists"

Apply? [(y)es, (n)o, (i)nteractive] y
Applying: Bug 39017: update "Does not exists"
Using index info to reconstruct a base tree...
M	Koha/SimpleMARC.pm
M	admin/auth_tag_structure.pl
M	admin/marctagstructure.pl
M	patroncards/create-pdf.pl
M	serials/create-numberpattern.pl
Falling back to patching base and 3-way merge...
Auto-merging serials/create-numberpattern.pl
CONFLICT (content): Merge conflict in serials/create-numberpattern.pl
Auto-merging patroncards/create-pdf.pl
CONFLICT (content): Merge conflict in patroncards/create-pdf.pl
Auto-merging admin/marctagstructure.pl
CONFLICT (content): Merge conflict in admin/marctagstructure.pl
Auto-merging admin/auth_tag_structure.pl
CONFLICT (content): Merge conflict in admin/auth_tag_structure.pl
Auto-merging Koha/SimpleMARC.pm
error: Failed to merge in the changes.
Patch failed at 0001 Bug 39017: update "Does not exists"