---
coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html b/coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html
index 9f0905c..d0d748d 100644
--- a/coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html
+++ b/coprs_frontend/coprs/templates/coprs/detail/edit_chroot.html
@@ -10,7 +10,7 @@
<form action="{{ url_for('coprs_ns.chroot_update', username = copr.owner.name, coprname = copr.name, chrootname = chroot.chroot_name) }}" method=post class=add-entry>
<dl>
{{ form.csrf_token }}
- {{ render_field(form.buildroot_pkgs, size=80, placeholder='Space separeted list of packages. E.g.: scl-utils-build rubu193-build') }}
+ {{ render_field(form.buildroot_pkgs, size=80, placeholder='Space separated list of packages. E.g.: scl-utils-build ruby193-build') }}
<dt><input type="submit" value="Update"></dt>
</dl>
</form>
--
1.8.4.2