From 639a32ac7454cb7918f5518fadbbda2b83bbe72c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 14 Nov 2006 16:38:01 +0000 Subject: [PATCH] Fixed a wrong name in API description --- libburn/trunk/libburn/libburn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/trunk/libburn/libburn.h b/libburn/trunk/libburn/libburn.h index f0f9d93a..13f6f987 100644 --- a/libburn/trunk/libburn/libburn.h +++ b/libburn/trunk/libburn/libburn.h @@ -643,7 +643,7 @@ void burn_drive_release(struct burn_drive *drive, int eject); /** Returns what kind of disc a drive is holding. This function may need to be - called more than once to get a proper status from it. See burn_status + called more than once to get a proper status from it. See burn_disc_status for details. @param drive The drive to query for a disc. @return The status of the drive, or what kind of disc is in it.