Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit359a3c5

Browse files
committed
Fix some typos
Author: Dagfinn Ilmari MannsåkerReviewed-by: Shubham KhannaDiscussion:https://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
1 parent4b66d7b commit359a3c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/bin/pg_archivecleanup/pg_archivecleanup.c

Lines changed: 1 addition & 1 deletion
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 thisextention before identifying files for\n"
268+
printf(_(" -x, --strip-extension=EXT strip thisextension 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

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

‎src/tools/ci/ci_macports_packages.sh

Lines changed: 1 addition & 1 deletion
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-
echosuperflous packages installed
69+
echosuperfluous packages installed
7070
update_cached_image=1
7171
sudo port uninstall --follow-dependencies rleaves
7272

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp