[node-patches] Change in ovirt-node[master]: valid.py: replace then to than
dougsland at redhat.com
dougsland at redhat.com
Fri Dec 19 12:16:48 UTC 2014
Douglas Schilling Landgraf 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>
---
M src/ovirt/node/valid.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/99/36299/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 http://gerrit.ovirt.org/36299
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id52cf117f19aa57306c2bc8740f0d12cb9b34dc1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list