Skip to content

Commit 6b11332

Browse files
closeobservewolfgangwalther
authored andcommitted
chore: fix some comments
1 parent cccf8b7 commit 6b11332

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
"postgrest";
2020

2121
# PostgREST source files, filtered based on the rules in the .gitignore files
22-
# and file extensions. We want to include as litte as possible, as the files
22+
# and file extensions. We want to include as little as possible, as the files
2323
# added here will increase the space used in the Nix store and trigger the
2424
# build of new Nix derivations when changed.
2525
src =

docker-hub-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The image is built from scratch using
6464
[Nix](https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools) instead of a
6565
`Dockerfile`, which yields a highly secure and optimized image. This is also why
6666
no commands are listed in the image history. See the [PostgREST
67-
respository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for
67+
repository](https://github.com/PostgREST/postgrest/tree/main/nix/tools/docker) for
6868
details on the build process and how to inspect the image.
6969

7070
This does not apply to the arm64 variant, which is based on Ubuntu.

nix/static.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
, src
55
}:
66
let
7-
# This builds a static PostgREST exectuable based on pkgsStatic.
7+
# This builds a static PostgREST executable based on pkgsStatic.
88
# pkgsStatic is based on musl, so is a kind of cross-compilation.
99
# We still make this explicit here via pkgsCross, because we need
1010
# to get postgresql/libpq for musl, too.

stack-21.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nix:
1313
- pkgconfig
1414
- postgresql
1515
- zlib
16-
# disable pure by default so that the test enviroment can be passed
16+
# disable pure by default so that the test environment can be passed
1717
pure: false
1818

1919
extra-deps:

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nix:
66
- pkgconfig
77
- postgresql
88
- zlib
9-
# disable pure by default so that the test enviroment can be passed
9+
# disable pure by default so that the test environment can be passed
1010
pure: false
1111

1212
extra-deps:

0 commit comments

Comments
 (0)