Bug 465686 - Typo in kcachegrind/org.kde.kcachegrind.appdata.xml
Summary: Typo in kcachegrind/org.kde.kcachegrind.appdata.xml
Status: RESOLVED FIXED
Alias: None
Product: kcachegrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-13 20:48 UTC by Oliver Kellogg
Modified: 2024-03-27 10:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Kellogg 2023-02-13 20:48:56 UTC
In kcachegrind/org.kde.kcachegrind.appdata.xml of git master (commit e1835796 2023-01-30)

Line 127:
      <li>KCachegrind visualizes profiles (i.e. runtime characteristics) of applications in various ways,
          including call graph vizualisations and source/disassembler annotation.</li>

Line 150:
      <li xml:lang="x-test">xxKCachegrind visualizes profiles (i.e. runtime characteristics) of applications in various ways, including call graph vizualisations and source/disassembler annotation.xx</li>

"vizualisations" should be "visualizations".
Comment 1 Friedrich W. H. Kossebau 2024-03-17 17:36:10 UTC
Git commit 164c5ce992d6dd5d8a82bab41bc4691552f16104 by Friedrich W. H. Kossebau.
Committed on 17/03/2024 at 13:16.
Pushed by kossebau into branch 'master'.

appdate: fix typo in "vi_z_ualisations"

M  +1    -1    kcachegrind/org.kde.kcachegrind.appdata.xml

https://invent.kde.org/sdk/kcachegrind/-/commit/164c5ce992d6dd5d8a82bab41bc4691552f16104
Comment 2 Oliver Kellogg 2024-03-27 10:55:21 UTC
Thanks.