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/remap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/remap.c') 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; -- cgit v1.2.3