aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-edid
diff options
context:
space:
mode:
Diffstat (limited to 'monitor-edid')
-rwxr-xr-xmonitor-edid2
1 files changed, 1 insertions, 1 deletions
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