[arch-releng] [PATCH 5/5] releng: fix typos

Dieter Plaetinck dieter at plaetinck.be
Sun May 1 06:38:28 EDT 2011


Signed-off-by: Dieter Plaetinck <dieter at plaetinck.be>
---
 releng/views.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/releng/views.py b/releng/views.py
index 71a5e68..827e1b3 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -31,11 +31,11 @@ class TestForm(forms.ModelForm):
             help_text="Check the configuration of the bootloader")
     rollback_filesystem = standard_field(Filesystem,
             help_text="If you did a rollback followed by a new attempt to setup " \
-            "your lockdevices/filesystems, select which option you took here.",
+            "your blockdevices/filesystems, select which option you took here.",
             required=False)
     rollback_modules = forms.ModelMultipleChoiceField(queryset=Module.objects.all(),
-            help_text="If you did a rollback followed b a new attempt to setup " \
-            "your lockdevices/filesystems, select which option you took here.",
+            help_text="If you did a rollback followed by a new attempt to setup " \
+            "your blockdevices/filesystems, select which option you took here.",
             widget=forms.CheckboxSelectMultiple(), required=False)
     success = forms.BooleanField(help_text="Only check this if everything went fine. " \
             "If you you ran into any errors please specify them in the " \
-- 
1.7.4.4



More information about the arch-releng mailing list