diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:07:30 +0100 |
commit | 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch) | |
tree | 4b72eccf92522c27116ea9825bae689972045a87 /libstore | |
parent | 2a340dd3310d0f67a48d6057214e54416d173265 (diff) |
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/part.c | 2 | ||||
-rw-r--r-- | libstore/remap.c | 2 |
2 files changed, 2 insertions, 2 deletions
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); diff --git a/libstore/remap.c b/libstore/remap.c index 55ab51ac..de21812e 100644 --- a/libstore/remap.c +++ b/libstore/remap.c @@ -320,7 +320,7 @@ store_remap (struct store *source, /* Use the class-specific remaping function. */ return (* source->class->remap) (source, runs, num_runs, store); else - /* Just replace SOURCE's runs-list by an appropiately translated RUNS. */ + /* Just replace SOURCE's runs-list by an appropriately translated RUNS. */ { struct store_run *xruns = 0; size_t num_xruns = 0; |