[icedtea-web] RFC: fix typo in output of itweb-settings
Omair Majid
omajid at redhat.com
Mon Feb 28 13:38:26 PST 2011
Hi,
The attached patch fixes a typo in itweb-settings. Instead of the
property name, it was actually showing the property value:
$ itweb-settings set unknown.property.name foo
Unknown property-name "foo"
It now correctly shows the property name:
$ itweb-settings set unknown.property.name foo
Unknown property-name "unknown.property.name"
Okay to commit?
As a side note: the set command is executed and a new property is
created whether the property name is recognized or not.
Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typo-in-set-help.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110228/b12e6606/typo-in-set-help.patch
More information about the distro-pkg-dev
mailing list