diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-05-02 08:56:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-05-02 08:56:18 +0200 |
commit | b169bb235e0e96b994a2198dc90ff90b33c07511 (patch) | |
tree | 5bcc33a5dcf54ed229622dc44707b366043f7ccf /shell | |
parent | 35ec1539218523579e9877e0a6d135bde128ab81 (diff) |
Argh, another tweak.
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/unix/misc/senddoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index 26ea5e868c5c..a18562b0ae10 100755 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -400,7 +400,7 @@ case `basename "$MAILER" | sed 's/-.*$//'` in ;; *) - # LO is configured something we do not recognize. + # LO is configured to use something we do not recognize. # Try to be smart, and send the mail anyway, if we have the # possibility to do so. |