mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@ -232,7 +232,7 @@ sub test_uri
|
||||
chomp($result{stderr});
|
||||
|
||||
# use is_deeply so there's one test result for each test above, without
|
||||
# loosing the information whether stdout/stderr mismatched.
|
||||
# losing the information whether stdout/stderr mismatched.
|
||||
is_deeply(\%result, \%expect, $uri);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user