From f96a08eb8751d66b906bed8aeb609800b24da239 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Tue, 7 May 2019 23:30:28 +0200 Subject: [PATCH] package/turbolua: replace utf-8 apostrophe by ascii single quote Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard (cherry picked from commit ea6ed8bde924624a38e3b3c0c64825a31cf747aa) Signed-off-by: Peter Korsgaard --- package/turbolua/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.