mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix typo
This commit is contained in:
parent
2f0401aff5
commit
5f91c28eb3
@ -61,7 +61,7 @@ function led_blink($led, $speed=0) {
|
||||
* Letters a-j are off from 1/10s to 1s
|
||||
*/
|
||||
function led_pattern($led, $pattern, $repeat=true) {
|
||||
/* End with a . to stop after one interation. */
|
||||
/* End with a . to stop after one iteration. */
|
||||
$end = $repeat ? "" : ".";
|
||||
return led_ctl($led, "s{$pattern}{$end}");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user