Searched refs:typo (Results 1 – 6 of 6) sorted by relevance
2951 my $typo = $1;2952 my $typo_fix = $spelling_fix{lc($typo)};2953 $typo_fix = ucfirst($typo_fix) if ($typo =~ /^[A-Z]/);2954 $typo_fix = uc($typo_fix) if ($typo =~ /^[A-Z]+$/);2958 "'$typo' may be misspelled - perhaps '$typo_fix'?\n" . $herecurr) &&2960 $fixed[$fixlinenr] =~ s/(^|[^A-Za-z@])($typo)($|[^A-Za-z@])/$1$typo_fix$3/;
448 * :github:`6625` - stm32: pwm: PWM 3 typo
720 * :github:`19415` - typo in nucleo\_l496zg.dts
782 * :github:`22822` - mesh: typo in condition in comp_add_elem of cfg_srv
2869 * :github:`54654` - LE Audio: Kconfig typo in ``pacs.c``3227 * :github:`52404` - mgmt: mcumgr: Callback include file has file name typo
2020 * :github:`49178` - subsys: pm: stats: typo causes build failure