Skip to content

Commit

Permalink
Corrected spelling of summary
Browse files Browse the repository at this point in the history
= changelog =
msg: Fix the spelling of summary when listing packages
type: bugfix
  • Loading branch information
dermot-hardy authored and kontura committed Aug 12, 2024
1 parent a600c62 commit 4e82be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf/plugins/repoquery/dnf-command-repoquery.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ print_package_info (DnfPackage *package)
package_info_add_line (table, "Size", size);
package_info_add_line (table, "Source", dnf_package_get_sourcerpm (package));
package_info_add_line (table, "Repository", dnf_package_get_reponame (package));
package_info_add_line (table, "Summanry", dnf_package_get_summary (package));
package_info_add_line (table, "Summary", dnf_package_get_summary (package));
package_info_add_line (table, "URL", dnf_package_get_url (package));
package_info_add_line (table, "License", dnf_package_get_license (package));
package_info_add_line (table, "Description", dnf_package_get_description (package));
Expand Down

0 comments on commit 4e82be8

Please sign in to comment.