From 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:10 +0100 Subject: lib*: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- libstore/part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/part.c') diff --git a/libstore/part.c b/libstore/part.c index 60ef6c21..0ef2bd4b 100644 --- a/libstore/part.c +++ b/libstore/part.c @@ -33,7 +33,7 @@ /* Initialize a PedDevice using SOURCE. The SOURCE will NOT be destroyed; the caller created it, it is the caller's responsilbility to free it - after it calls ped_device_destory. SOURCE is not registered in Parted's + after it calls ped_device_destroy. SOURCE is not registered in Parted's list of devices. */ PedDevice* ped_device_new_from_store (struct store *source); -- cgit v1.2.3