hal/tools hal-system-storage-eject,1.4,1.5
David Zeuthen
david at freedesktop.org
Tue Jan 17 20:56:56 PST 2006
Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv2451/tools
Modified Files:
hal-system-storage-eject
Log Message:
2006-01-17 David Zeuthen <davidz at redhat.com>
* configure.in: Post-release version bump to 0.5.7
* tools/hal-system-storage-eject: Ugh, fix speling error UnknowFailure
to UnknownFailure in exception
Index: hal-system-storage-eject
===================================================================
RCS file: /cvs/hal/hal/tools/hal-system-storage-eject,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hal-system-storage-eject 11 Jan 2006 17:00:21 -0000 1.4
+++ hal-system-storage-eject 18 Jan 2006 04:56:54 -0000 1.5
@@ -29,7 +29,7 @@
echo "Device is busy." >&2
;;
*)
- echo "org.freedesktop.Hal.Device.Volume.UnknowFailure" >&2
+ echo "org.freedesktop.Hal.Device.Volume.UnknownFailure" >&2
echo "Unknown failure." >&2
esac
exit 1
More information about the hal-commit
mailing list