From 7260ecf1645410c8510e8fca5744f53f9005e0d1 Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Mon, 22 Jan 2024 16:42:09 -0500 Subject: [PATCH] typos --- src/base.c | 4 ++-- vendors/simple-reverse-proxy/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/base.c b/src/base.c index 614011a..b3d3917 100644 --- a/src/base.c +++ b/src/base.c @@ -1,6 +1,6 @@ /* # This software creates a local/remote Drogon content management system (CMS) application with Gtk-4.0 GUI and the Drogon framework. -# A Drogon Dashboard built with C, Drogon, GNU Autotools, Adwaita and Gtk4. +# A Drogon CMS built with C, Drogon, GNU Autotools, Adwaita and Gtk4. # # Copyright (C) SharpeTronics, LLC. - 2013-PRESENT # @@ -115,7 +115,7 @@ main (int argc, char *argv[]) { /* Create an instance of a Gtk application */ - GtkApplication *app = gtk_application_new("org.gtk.drogondashboard", G_APPLICATION_DEFAULT_FLAGS); + GtkApplication *app = gtk_application_new("org.gtk.drogoncms", G_APPLICATION_DEFAULT_FLAGS); /* Signal the "activate" function */ g_signal_connect(app, "activate", G_CALLBACK (activate), NULL); diff --git a/vendors/simple-reverse-proxy/config.json b/vendors/simple-reverse-proxy/config.json index d38aa1a..77109f0 100644 --- a/vendors/simple-reverse-proxy/config.json +++ b/vendors/simple-reverse-proxy/config.json @@ -151,7 +151,7 @@ "pipelining": 32, "backends": ["http://127.0.0.1:8848"], "same_client_to_same_backend": false, - //The number of connections created by proxy for each backend in very event loop (IO thread). + //The number of connections created by proxy for each backend in every event loop (IO thread). "connection_factor": 1 } }], -- 2.25.1