Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 359a3c5

Browse files
committed
Fix some typos
Author: Dagfinn Ilmari Mannsåker Reviewed-by: Shubham Khanna Discussion: https://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
1 parent 4b66d7b commit 359a3c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bin/pg_archivecleanup/pg_archivecleanup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ usage(void)
265265
printf(_(" -n, --dry-run dry run, show the names of the files that would be\n"
266266
" removed\n"));
267267
printf(_(" -V, --version output version information, then exit\n"));
268-
printf(_(" -x, --strip-extension=EXT strip this extention before identifying files for\n"
268+
printf(_(" -x, --strip-extension=EXT strip this extension before identifying files for\n"
269269
" clean up\n"));
270270
printf(_(" -?, --help show this help, then exit\n"));
271271
printf(_("\n"

src/interfaces/ecpg/preproc/type.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ get_dtype(enum ECPGdtype type)
695695
switch (type)
696696
{
697697
case ECPGd_count:
698-
return "ECPGd_countr";
698+
return "ECPGd_count";
699699
break;
700700
case ECPGd_data:
701701
return "ECPGd_data";

src/tools/ci/ci_macports_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666

6767
# check if any ports should be uninstalled
6868
if [ -n "$(port -q installed rleaves)" ] ; then
69-
echo superflous packages installed
69+
echo superfluous packages installed
7070
update_cached_image=1
7171
sudo port uninstall --follow-dependencies rleaves
7272

0 commit comments

Comments
 (0)