aboutsummaryrefslogtreecommitdiff
path: root/libstore/remap.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:10 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:07:30 +0100
commit8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch)
tree4b72eccf92522c27116ea9825bae689972045a87 /libstore/remap.c
parent2a340dd3310d0f67a48d6057214e54416d173265 (diff)
downloadhurd-8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58.tar.gz
hurd-8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58.tar.bz2
hurd-8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58.zip
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libstore/remap.c')
-rw-r--r--libstore/remap.c2
1 files changed, 1 insertions, 1 deletions
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;