From 2dd2c2c22e520466e1bd71260f367e7bea1e1940 Mon Sep 17 00:00:00 2001 From: Didik Supriadi Date: Sep 13 2021 11:58:39 +0000 Subject: Fix typos --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f979c..2b65391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ Initial release - Changes made to searching: - Searches may now be filtered by Fedora release - Searches will now group results by source package by default - - Searches will look at package names, source package names, and package sumnmaries. Previously, searches were only preformed against package names. + - Searches will look at package names, source package names, and package summaries. Previously, searches were only preformed against package names. - Changed package contact email to `-maintainers` (#21, @churchyard) - Added static index (#9, @abitrolly) -- Datagrepper queries now use the `delta` paramater +- Datagrepper queries now use the `delta` parameter - Lots of miscellaneous bugfixes and improvements diff --git a/README.md b/README.md index 2a710a7..9dc762f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project replaces the former Fedora [packages app](https://apps.fedoraproject.org/packages/) which is built atop now dead -librairies and a pain to maintain. See *[The packages app has a short +libraries and a pain to maintain. See *[The packages app has a short runway](https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/WWQG4RE5PSR5I2GND5SVWGMZRJNVRRPS/)* for context. @@ -44,4 +44,4 @@ docker-compose build docker-compose up ``` -Solr will be availible at http://localhost:8983/ and fedora-packages-static will be at http://localhost:8080/ +Solr will be available at http://localhost:8983/ and fedora-packages-static will be at http://localhost:8080/ diff --git a/templates/package-details.html.j2 b/templates/package-details.html.j2 index cae7dd9..f3333e7 100644 --- a/templates/package-details.html.j2 +++ b/templates/package-details.html.j2 @@ -10,7 +10,7 @@ {{ pkg.name }}-{{ pkg.get_release(release)[branch]['revision'] }} in {{ pkg.releases[release]['human_name'] }}

- ↵ Retrun to the main page of {{ pkg.name }}
+ ↵ Return to the main page of {{ pkg.name }}
View build
Search for updates

diff --git a/templates/source-package.html.j2 b/templates/source-package.html.j2 index dbb4469..503fdbf 100644 --- a/templates/source-package.html.j2 +++ b/templates/source-package.html.j2 @@ -6,7 +6,7 @@ {% block title %}{{ name }} - Fedora Packages{% endblock %} {% block content %} -

Souce Package {{ name }}

+

Source Package {{ name }}