diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-02-21 09:40:55 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-02-21 09:40:55 +0000 |
commit | 09d6d19decb7c4a24156612049ca044acad6c720 (patch) | |
tree | fb4d77adc11597e86ccdb82ecc33c861a5afc67b /src | |
parent | 2598523373fdf73d7aed700292e48c369b0d70fe (diff) | |
download | sos-09d6d19decb7c4a24156612049ca044acad6c720.tar.gz |
Fixed typo.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@87 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rwxr-xr-x | src/lib/sos/policyredhat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sos/policyredhat.py b/src/lib/sos/policyredhat.py index 87addf89..c85d03c9 100755 --- a/src/lib/sos/policyredhat.py +++ b/src/lib/sos/policyredhat.py @@ -74,7 +74,7 @@ class SosPolicy: return (name, version, release, arch) def packageResults(self): - print "Packaging reults to send to support . . ." + print "Packaging results to send to support..." name="" while len(name)==0: |