xref: /openbmc/openbmc/poky/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch (revision 8460358c3d24c71d9d38fd126c745854a6301564)
1From 6b7440996819c12ec32bfaf4e73b27baeb273207 Mon Sep 17 00:00:00 2001
2From: Christian Persch <chpe@src.gnome.org>
3Date: Thu, 5 Sep 2024 23:59:05 +0200
4Subject: [PATCH 2/3] lib: Typo fix
5
6Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2816
7Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/vte/-/commit/e24087d953d9352c8bc46074e2662c80f9bfbc2d]
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 src/vteinternal.hh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/src/vteinternal.hh b/src/vteinternal.hh
14index 051e78c..b1adc19 100644
15--- a/src/vteinternal.hh
16+++ b/src/vteinternal.hh
17@@ -1233,7 +1233,7 @@ public:
18         void reset_decoder();
19
20         void feed(std::string_view const& data,
21-                  bool start_processsing_ = true);
22+                  bool start_processing_ = true);
23         void feed_child(char const* data,
24                         size_t length) { assert(data); feed_child({data, length}); }
25         void feed_child(std::string_view const& str);
26