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

Commit 4f38a6a4 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."...

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

Change-Id: I919c2b2a4a32c6f3f652cd59f7478656c62e917b
parents f1c2cb2b 06e44ed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1037,7 +1037,7 @@ class FSConfigGen(BaseGenerator):
            caps_split = caps.split(',')
            caps_split = caps.split(',')
            for cap in caps_split:
            for cap in caps_split:
                if cap not in caps_dict:
                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]
                caps_value += 1 << caps_dict[cap]


        path_length_with_null = len(path) + 1
        path_length_with_null = len(path) + 1