From: Peter Seiderer Date: Tue, 7 May 2019 21:30:28 +0000 (+0200) Subject: package/turbolua: replace utf-8 apostrophe by ascii single quote X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea6ed8bde924624a38e3b3c0c64825a31cf747aa;p=buildroot.git package/turbolua: replace utf-8 apostrophe by ascii single quote Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- diff --git a/package/turbolua/Config.in b/package/turbolua/Config.in index 34f66ef131..6e792ebba5 100644 --- a/package/turbolua/Config.in +++ b/package/turbolua/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_TURBOLUA uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for - embedded uses. The toolkit can be used for HTTP REST API’s, + embedded uses. The toolkit can be used for HTTP REST API's, traditional dynamic web pages through templating, open connections like WebSockets, or just as high level building blocks for native speed network applications.