aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-edid
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-01-09 10:05:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-01-09 10:05:43 +0000
commit4286c864da7c3765376d3fb22b5d02e1baec1b67 (patch)
treed6b01e3ffb50c6d805bf3318747c1272a828f3a5 /monitor-edid
parentb378ee2ab94e8c539a7d374f784ee4cd5a6fd858 (diff)
downloadmonitor-edid-4286c864da7c3765376d3fb22b5d02e1baec1b67.tar
monitor-edid-4286c864da7c3765376d3fb22b5d02e1baec1b67.tar.gz
monitor-edid-4286c864da7c3765376d3fb22b5d02e1baec1b67.tar.bz2
monitor-edid-4286c864da7c3765376d3fb22b5d02e1baec1b67.tar.xz
monitor-edid-4286c864da7c3765376d3fb22b5d02e1baec1b67.zip
fix typo in verbose message
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