diff options
author | Sen Jiang <senj@google.com> | 2018-11-28 16:43:00 -0800 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2018-11-29 03:38:48 +0000 |
commit | ce39e67d767daf0fb98cd00df6d49f4271660020 (patch) | |
tree | 410ee183c972ab0d874f5ec858e82a1947fdeae5 /payload_generator/deflate_utils.cc | |
parent | 5df503c367251ad04260bd2f988541e7f2f0ae37 (diff) |
Fix partition spelling.
Parition -> Partition
Test: mma
Change-Id: Ibf4898c443fadd70e45789a55566f25dc4af8b68
Diffstat (limited to 'payload_generator/deflate_utils.cc')
-rw-r--r-- | payload_generator/deflate_utils.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payload_generator/deflate_utils.cc b/payload_generator/deflate_utils.cc index 24496514..1bc3b36d 100644 --- a/payload_generator/deflate_utils.cc +++ b/payload_generator/deflate_utils.cc @@ -256,9 +256,9 @@ bool FindAndCompactDeflates(const vector<Extent>& extents, return true; } -bool PreprocessParitionFiles(const PartitionConfig& part, - vector<FilesystemInterface::File>* result_files, - bool extract_deflates) { +bool PreprocessPartitionFiles(const PartitionConfig& part, + vector<FilesystemInterface::File>* result_files, + bool extract_deflates) { // Get the file system files. vector<FilesystemInterface::File> tmp_files; part.fs_interface->GetFiles(&tmp_files); |