Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54ecb7f1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: liblp: spelling mistake"

parents 60ba9943 538f1bbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ std::unique_ptr<LpMetadata> ReadMetadata(int fd, uint32_t slot_number) {
        return nullptr;
    }

    // Read the priamry copy, and if that fails, try the backup.
    // Read the primary copy, and if that fails, try the backup.
    std::unique_ptr<LpMetadata> metadata = ReadPrimaryMetadata(fd, geometry, slot_number);
    if (metadata) {
        return metadata;