typos #18

Merged
sharpetronics merged 1 commits from drogonCMS-cmake into master 2024-01-22 16:43:24 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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
}
}],