summaryrefslogtreecommitdiffstats
path: root/debian/patches/spelling.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/spelling.diff')
-rw-r--r--debian/patches/spelling.diff73
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/patches/spelling.diff b/debian/patches/spelling.diff
new file mode 100644
index 00000000..614d64ad
--- /dev/null
+++ b/debian/patches/spelling.diff
@@ -0,0 +1,73 @@
+From 2401281d60491cf071e27c60079b7e6a61aa2378 Mon Sep 17 00:00:00 2001
+From: Michael Tokarev <mjt@tls.msk.ru>
+Date: Sat, 5 Nov 2022 14:45:24 +0300
+Subject: [PATCH 2/3] hw/virtio/virtio.c: spelling: suppoted
+
+Fixes: f3034ad71fcd0a6a58bc37830f182b307f089159
+Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
+Reviewed-by: Stefan Weil <sw@weilnetz.de>
+---
+ hw/virtio/virtio.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
+index 808446b4c9..e76218bdd5 100644
+--- a/hw/virtio/virtio.c
++++ b/hw/virtio/virtio.c
+@@ -343 +343 @@ qmp_virtio_feature_map_t virtio_scsi_feature_map[] = {
+- "buffers suppoted"),
++ "buffers supported"),
+--
+2.30.2
+
+
+From e6a27467dc8d03639e4e7207bd4841b840ad5942 Mon Sep 17 00:00:00 2001
+From: Michael Tokarev <mjt@tls.msk.ru>
+Date: Sat, 5 Nov 2022 14:51:31 +0300
+Subject: [PATCH 3/3] hw/ssi/sifive_spi.c: spelling: reigster
+
+Fixes: 0694dabe9763847f3010b54ab3ec7d367d2f0ff0
+Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
+Reviewed-by: Stefan Weil <sw@weilnetz.de>
+---
+ hw/ssi/sifive_spi.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hw/ssi/sifive_spi.c b/hw/ssi/sifive_spi.c
+index 03540cf5ca..1b4a401ca1 100644
+--- a/hw/ssi/sifive_spi.c
++++ b/hw/ssi/sifive_spi.c
+@@ -270 +270 @@ static void sifive_spi_write(void *opaque, hwaddr addr,
+- "%s: invalid write to read-only reigster 0x%"
++ "%s: invalid write to read-only register 0x%"
+--
+2.30.2
+
+From 4ed607f64d4a684c9ab6b25dcc9e72fd69cc51c2 Mon Sep 17 00:00:00 2001
+From: Michael Tokarev <mjt@tls.msk.ru>
+Date: Thu, 15 Dec 2022 15:35:35 +0300
+Subject: [PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
+
+Introduced by: aba578bdace5303a441f8a37aad781b5cb06f38c
+
+Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
+---
+ hw/cxl/cxl-cdat.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hw/cxl/cxl-cdat.c b/hw/cxl/cxl-cdat.c
+index 3653aa56f0..137abd0992 100644
+--- a/hw/cxl/cxl-cdat.c
++++ b/hw/cxl/cxl-cdat.c
+@@ -146,7 +146,7 @@ static void ct3_load_cdat(CDATObject *cdat, Error **errp)
+ num_ent++;
+ }
+ if (i != file_size) {
+- error_setg(errp, "CDAT: File length missmatch");
++ error_setg(errp, "CDAT: File length mismatch");
+ return;
+ }
+
+--
+2.30.2
+