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

Commit 06e44ed3 authored by Roland Levillain's avatar Roland Levillain Committed by android-build-merger
Browse files

Merge "Fix typo in error message in tools/fs_config/fs_config_generator.py." am: c5cb45b7

am: 77507f72

Change-Id: I9be21eb7ea33dc73d68f7d4bfe935e496d1a55d1
parents 3b357afb 77507f72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ class FSConfigGen(BaseGenerator):
            caps_split = caps.split(',')
            for cap in caps_split:
                if cap not in caps_dict:
                    sys.exit('Unkonwn cap "%s" found!' % cap)
                    sys.exit('Unknown cap "%s" found!' % cap)
                caps_value += 1 << caps_dict[cap]

        path_length_with_null = len(path) + 1