Skip to content

Commit 6f5d675

Browse files
Antiz96jelly
authored andcommitted
Typos
1 parent 3a8275d commit 6f5d675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devel/fixtures/staff_groups.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"group": [
1919
"Package Maintainers"
2020
],
21-
"description": "Here are all your friendly Arch Linux Package Maintainers who are in charge of the Archlinux's official repositories (aside from [core] / [core-testing].",
21+
"description": "Here are all your friendly Arch Linux Package Maintainers who are in charge of the Archlinux's official repositories (aside from [core] / [core-testing]).",
2222
"sort_order": 2,
2323
"member_title": "Package Maintainer",
2424
"slug": "package-maintainers",

devel/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def stats(request):
109109
return render(request, 'devel/stats.html', page_dict)
110110

111111

112-
SELECTED_GROUPS = ['Developers', 'Package Maintainer', 'Support Staff']
112+
SELECTED_GROUPS = ['Developers', 'Package Maintainers', 'Support Staff']
113113

114114

115115
@login_required

0 commit comments

Comments
 (0)