diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-19 22:52:19 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-19 22:52:19 +0200 |
commit | 1b768f75a3b056c2482867359d9928776788bf95 (patch) | |
tree | fd9e7b4ead2ca237d5836c1ccceaf336310b39dc /debian/patches/0105-typo.patch | |
parent | 8ffb231cec2bea56714b98f3a2bbaf33a54e3e15 (diff) | |
parent | a75ccaa9a52b79788eea5fccfe6c3fc3dfc5a81d (diff) |
Merge tag 'debian/3.1.9-1' into develop
New upstream release
Diffstat (limited to 'debian/patches/0105-typo.patch')
-rw-r--r-- | debian/patches/0105-typo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/0105-typo.patch b/debian/patches/0105-typo.patch index 70c9875..d3934a9 100644 --- a/debian/patches/0105-typo.patch +++ b/debian/patches/0105-typo.patch @@ -101,3 +101,16 @@ Index: trunk/util/ievents.c /*07*/ "Bus Warn ", /* Bus Correctable Error */ /*08*/ "Bus Error", /* Bus Uncorrectable Error */ /*09*/ "Fatal NMI" }; +Index: trunk/util/oem_dell.c +=================================================================== +--- trunk.orig/util/oem_dell.c ++++ trunk/util/oem_dell.c +@@ -5642,7 +5642,7 @@ char * get_dell_evt_desc(uchar *sel_rec, + if(code == 0x10) + { + if((data1 & 0x0f) == 0x03) { +- snprintf(desc,SIZE_OF_DESC,"All Even Logging Dissabled"); ++ snprintf(desc,SIZE_OF_DESC,"All Even Logging Disabled"); + *psev = SEV_INFO; + } + } |