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

Commit 88cb4510 authored by Matt Tacchino's avatar Matt Tacchino
Browse files

Fix typo registerd

Test: None
Change-Id: Ia81284b63cf82f90c91e106c34f54165637392e2

Change-Id: Ie46967da3aefeaef327da85927e238a9f9967a36
parent 3816f5df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,7 @@ ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool
    if (property_get("gsm.operator.iso-country", value, "") == 0) {
        property_get("gsm.sim.operator.iso-country", value, "");
    }
    // If dual sim device has two SIM cards inserted and is not registerd to any network,
    // If dual sim device has two SIM cards inserted and is not registered to any network,
    // "," is set to "gsm.operator.iso-country" prop.
    // In this case, "gsm.sim.operator.iso-country" prop should be used.
    if (strlen(value) == 1 && strstr(value, ",") != NULL) {