From 89d7d76080b9d5b3ede59ad7a8989d256732b9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 4 May 2025 15:14:45 +0200 Subject: [PATCH] Typo --- YACReaderLibraryServer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibraryServer/main.cpp b/YACReaderLibraryServer/main.cpp index 0d0f0bc3..2d27c189 100644 --- a/YACReaderLibraryServer/main.cpp +++ b/YACReaderLibraryServer/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char **argv) QCommandLineParser parser; parser.setApplicationDescription(QString(QCoreApplication::tr("\nYACReaderLibraryServer is the headless (no gui) version of YACReaderLibrary.\n\n" - "This appplication support persisten settings, to set them up edit this file %1\n" + "This appplication supports persistent settings, to set them up edit this file %1\n" "To learn about the available settings please check the documentation at https://raw.githubusercontent.com/YACReader/yacreader/develop/YACReaderLibraryServer/SETTINGS_README.md")) .arg(settingsPath)); parser.addHelpOption();