aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-13 12:09:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-13 12:09:33 +0100
commit77951402b451832bec2add9ee66d14cbccce1d2b (patch)
treebb59b6243dbde09db168f2413f24f02d6789652f
parentSecureMail: keep disabled in prod (diff)
downloadbugzilla-77951402b451832bec2add9ee66d14cbccce1d2b.tar.gz
bugzilla-77951402b451832bec2add9ee66d14cbccce1d2b.tar.bz2
bugzilla-77951402b451832bec2add9ee66d14cbccce1d2b.zip
Fix typo in attachment permission messagegentoo-5.0.6.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--template/en/default/attachment/createformcontents.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl
index e38ab27a9..5c86ac8a9 100644
--- a/template/en/default/attachment/createformcontents.html.tmpl
+++ b/template/en/default/attachment/createformcontents.html.tmpl
@@ -11,7 +11,7 @@
<tr>
<td class="comment" colspan="2">
<ol>
- <li>Make sure that your user has permissions to read the file you are trying to attach. If you don't, you will most likel get a confusing error message.</li>
+ <li>Make sure that your user has permissions to read the file you are trying to attach. If you don't, you will most likely get a confusing error message.</li>
<li>Please attach build logs and other informational files as <em>plain text</em>. If build log is larger than [% max_limit FILTER html %] KB, please compress it using compression tool such as bzip2 or xz (<em>without</em> tar).</li>
<li>Patches, ebuilds and other copyrightable files meant for integration must conform to the Gentoo <a rel='external' href='https://www.gentoo.org/glep/glep-0076.html'>copyright policy</a>. Such conformance must be explicitly acknowledged through <a rel='external' href='https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin'>GCO</a> sign-off, confirmed with <em>your real name</em>.</li>
<li>Please attach ebuild updates and new packages preferably as git-format patches with explanatory commit messages (see: <a rel='external' href='https://www.gentoo.org/glep/glep-0066.html'>GLEP 66</a>) and a GCO sign-off. Alternatively, please include the sign-off in a comment when attaching non-patch format files.</li>