diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-23 23:53:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-21 19:29:44 +0200 |
commit | ab5c3e3ff172e7dc295d3022170ee6a3be062a3f (patch) | |
tree | 4ece493a6c88b60bcb12733c6076ea78a8376f38 /src/path.c | |
parent | fb19a739d528651e6c78e198269ae856192ffc68 (diff) |
english: s/_per_/_by_/
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c index c722a45377..1c20dcfed6 100644 --- a/src/path.c +++ b/src/path.c @@ -102,7 +102,7 @@ static int path_add_mount_links(Path *p) { assert(p); - LIST_FOREACH(units_per_type, other, p->meta.manager->units_per_type[UNIT_MOUNT]) + LIST_FOREACH(units_by_type, other, p->meta.manager->units_by_type[UNIT_MOUNT]) if ((r = path_add_one_mount_link(p, (Mount*) other)) < 0) return r; |