Fabian Deutsch has uploaded a new change for review. Change subject: valid.py: replace then to than ......................................................................
valid.py: replace then to than English: Reaplce then to than in a less sentence. Change-Id: Id52cf117f19aa57306c2bc8740f0d12cb9b34dc1 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1176044 Signed-off-by: Douglas Schilling Landgraf <[email protected]> (cherry picked from commit 5a82b5751abd7f5de7506cb0dc8585dfd8d10247) --- M src/ovirt/node/valid.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/37/40337/1 diff --git a/src/ovirt/node/valid.py b/src/ovirt/node/valid.py index d4db707..c8e415a 100644 --- a/src/ovirt/node/valid.py +++ b/src/ovirt/node/valid.py @@ -333,7 +333,7 @@ False """ - description = "a field less then 64 chars" + description = "a field less than 64 chars" def validate(self, value): if len(value) <= 64: -- To view, visit https://gerrit.ovirt.org/40337 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id52cf117f19aa57306c2bc8740f0d12cb9b34dc1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
