[node-patches] Change in ovirt-node[ovirt-3.5]: valid.py: replace then to than
fabiand at redhat.com
fabiand at redhat.com
Tue Apr 28 07:23:00 UTC 2015
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 <dougsland at redhat.com>
(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 <fabiand at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list