[applied] init: Fix thinko in apidoc

Message ID 87o7h5pdo6.fsf@redhat.com
State New
Headers
Series [applied] init: Fix thinko in apidoc |

Commit Message

Dodji Seketeli Oct. 11, 2023, 12:05 p.m. UTC
  Hello,

	* src/abg-ini.cc (read_context::read_string): A string is a
	contiguous vector of "property value" characters.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 src/abg-ini.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/src/abg-ini.cc b/src/abg-ini.cc
index 4510675f..960333a7 100644
--- a/src/abg-ini.cc
+++ b/src/abg-ini.cc
@@ -1365,7 +1365,7 @@  public:
   ///
   /// A string is just a contiguous set of characters that test
   /// positive when passed to
-  /// read_context::char_is_property_name_char().
+  /// read_context::char_is_property_value_char().
   ///
   /// Note that all escaped characters are suitable to be in a string.
   ///