package/turbolua: replace utf-8 apostrophe by ascii single quote
authorPeter Seiderer <ps.report@gmx.net>
Tue, 7 May 2019 21:30:28 +0000 (23:30 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 8 May 2019 07:16:14 +0000 (09:16 +0200)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/turbolua/Config.in

index 34f66ef131ed33aabcc3b730a0ed4efc9c97b645..6e792ebba59d5c4da475d389cbd65f66c38da5fe 100644 (file)
@@ -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 APIs,
+         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.