diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-01 10:05:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-01 10:05:59 +0000 |
commit | 1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7 (patch) | |
tree | 1b027821ec8e67e34e2c9e0701a1cd9cb63d3d0e | |
parent | 12d1995e0298da4e251219851d77f4e8cde495df (diff) | |
download | monitor-edid-1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7.tar monitor-edid-1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7.tar.gz monitor-edid-1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7.tar.bz2 monitor-edid-1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7.tar.xz monitor-edid-1f8ea2ba0bfb3d5b3b9314ce19ce0b30f14801b7.zip |
fix typo
-rwxr-xr-x | monitor-parse-edid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-parse-edid b/monitor-parse-edid index ba26d26..7ec8960 100755 --- a/monitor-parse-edid +++ b/monitor-parse-edid @@ -53,7 +53,7 @@ my %subfields = ( 1 => '', 1 => 'sRGB_compliance', - 1 => 'has_prefered_timing', + 1 => 'has_preferred_timing', 1 => 'GTF_compliance', ) ], |