diff options
| author | Heikki Linnakangas | 2015-05-20 16:44:46 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2015-05-20 16:45:43 +0000 |
| commit | fa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch) | |
| tree | b6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/tools | |
| parent | 4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff) | |
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/pgindent/pgindent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index c5f1a7379e3..0d3859d029d 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -19,7 +19,7 @@ my $devnull = File::Spec->devnull; my $indent_opts = "-bad -bap -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l79 -lp -nip -npro -bbb"; -# indent-dependant settings +# indent-dependent settings my $extra_opts = ""; my ($typedefs_file, $typedef_str, $code_base, $excludes, $indent, $build); |
