Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,093
    • Issues 2,093
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • FPC
  • Lazarus
  • LazarusLazarus
  • Issues
  • #38977
Closed
Open
Created Jun 08, 2021 by FPC Admin account@fpc_adminOwner

Spelling Mistake

Original Reporter info from Mantis: dbannon @davidbannon
  • Reporter name: David

Description:

OK, sounds pedantic (and I am a poor speller myself). But when I submit my app to Debian, they scan the binary for "frequently mis-spellings". And "occured" comes up in binaries linked to GTK2.
Attached are four patches that fix the ones that are, or might be detected. I have addressed only ones where text is stored in the binary (as a warning or error message), not Identifiers.

Steps to reproduce:

Run strings some_gtk2_binary | grep occured [enter]

Additional information:

I have provide four separate patches because I, myself, am always uncomfortable using patches that cover more than one file. Sorry if you don't share my conservatism. None of the patches change anything other than string literals, obviously no dependencies between them.

As well as dealing with some in GTK2 (two files) I have also dealt with two of the same problems in components/opengl, while not of personal interest to me, need fixing.

There are still some similar errors in GTK (1) but I don't think that will be an issue for anyone.

Mantis conversion info:

  • Mantis ID: 38977
  • OS: linux
  • Version: 2.1 (SVN)
  • Fixed in version: 2.2
  • Fixed in revision: 65192 (#12d2d6b4) - 65212 (#21693f17)
  • Monitored by: » @davidbannon (David)
  • Target version: 2.2
Assignee
Assign to
Time tracking