diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-10-20 19:18:49 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-10-20 19:18:49 -0400 |
| commit | 31e5f9d12dbdb7c92b09af8d84c0dfdb0a20618a (patch) | |
| tree | 1d9117210c6b1b8fb19e72c78aae743d83c1b81d /src | |
| parent | 3e93636726afbc69699c84d53169d3493e37299f (diff) | |
| download | plymouth-31e5f9d12dbdb7c92b09af8d84c0dfdb0a20618a.tar.gz plymouth-31e5f9d12dbdb7c92b09af8d84c0dfdb0a20618a.tar.xz plymouth-31e5f9d12dbdb7c92b09af8d84c0dfdb0a20618a.zip | |
fix typo in function name
Diffstat (limited to 'src')
| -rw-r--r-- | src/libply/ply-utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libply/ply-utils.c b/src/libply/ply-utils.c index bf94ba3..33337a9 100644 --- a/src/libply/ply-utils.c +++ b/src/libply/ply-utils.c @@ -806,9 +806,9 @@ out: } static bool -ply_copy_file_in_direcetory (const char *filename, - const char *parent, - const char *destination) +ply_copy_file_in_directory (const char *filename, + const char *parent, + const char *destination) { char *source, *target; @@ -874,7 +874,7 @@ ply_copy_directory (const char *source, } else if (ply_file_exists (full_path)) { - if (!ply_copy_file_in_direcetory (entry->d_name, source, destination)) + if (!ply_copy_file_in_directory (entry->d_name, source, destination)) { ply_save_errno (); free (full_path); |
