From ca5c5fe44c59d131f0c67afcc85979e2615d8373 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Tue, 7 May 2019 22:35:31 +0200 Subject: [PATCH] package/collectd: replace utf-8 quote by ascii single quote Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- package/collectd/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/collectd/Config.in b/package/collectd/Config.in index 3222547b68..0cf04b5180 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -389,7 +389,7 @@ config BR2_PACKAGE_COLLECTD_POSTGRESQL Connects to and executes SQL statements on a PostgreSQL database. It then reads back the results and, depending on the configuration, the returned values are then converted into - collectd “value lists”. + collectd 'value lists'. comment "postgresql support needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR -- 2.30.2