Fix some typos
authorMichael Paquier <michael@paquier.xyz>
Wed, 3 Jan 2024 05:22:54 +0000 (14:22 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 3 Jan 2024 05:22:54 +0000 (14:22 +0900)
Author: Dagfinn Ilmari MannsÃ¥ker
Reviewed-by: Shubham Khanna
Discussion: https://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org

src/bin/pg_archivecleanup/pg_archivecleanup.c
src/interfaces/ecpg/preproc/type.c
src/tools/ci/ci_macports_packages.sh

index 2c3b301f3bce78278b9ae4adf26b79fe449f176b..07bf356b70cb479dbdfd7769c6eaac52f9179a33 100644 (file)
@@ -265,7 +265,7 @@ usage(void)
    printf(_("  -n, --dry-run               dry run, show the names of the files that would be\n"
             "                              removed\n"));
    printf(_("  -V, --version               output version information, then exit\n"));
-   printf(_("  -x, --strip-extension=EXT   strip this extention before identifying files for\n"
+   printf(_("  -x, --strip-extension=EXT   strip this extension before identifying files for\n"
             "                              clean up\n"));
    printf(_("  -?, --help                  show this help, then exit\n"));
    printf(_("\n"
index 91adb89de9aa22d8c75d15e9cef52772f6af8e7a..a842bb6a1fed7665ba092e6e28841b282f6bf4e1 100644 (file)
@@ -695,7 +695,7 @@ get_dtype(enum ECPGdtype type)
    switch (type)
    {
        case ECPGd_count:
-           return "ECPGd_countr";
+           return "ECPGd_count";
            break;
        case ECPGd_data:
            return "ECPGd_data";
index 4bc594a31d1ad2fea593b609fc2d3e9c4a36b0ec..f87256e0908ed49eeaac3e75ef2fa3c37bcf4a67 100755 (executable)
@@ -66,7 +66,7 @@ fi
 
 # check if any ports should be uninstalled
 if [ -n "$(port -q installed rleaves)" ] ; then
-    echo superflous packages installed
+    echo superfluous packages installed
     update_cached_image=1
     sudo port uninstall --follow-dependencies rleaves