From 4286c864da7c3765376d3fb22b5d02e1baec1b67 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 9 Jan 2008 10:05:43 +0000 Subject: fix typo in verbose message --- monitor-edid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor-edid b/monitor-edid index 8cbfb8d..61b3e4e 100755 --- a/monitor-edid +++ b/monitor-edid @@ -68,7 +68,7 @@ sub get_edids { if (!@l || !$b_get_first && $< == 0) { if (my $cmd = get_using_vbe()) { - warn "probind EDID using VBE\n" if $opt{verbose}; + warn "probing EDID using VBE\n" if $opt{verbose}; my $edid = `$cmd`; if (grep { $_->[1] eq $edid } @l) { # already found, forget it -- cgit v1.2.1