Skip to content

Commit f78b653

Browse files
committed
docker: fix a typo in a comment
utilifies -> utilities (e.g. replace the 'f' with a 't'). Signed-off-by: Patrick Roy <[email protected]>
1 parent a00e50a commit f78b653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN apt-get update \
5151
&& apt-get -y install --no-install-recommends \
5252
# essential build tools
5353
gcc make libc-dev binutils-dev libssl-dev \
54-
# Useful utilifies
54+
# Useful utilities
5555
gdbserver \
5656
# Needed in order to be able to compile `userfaultfd-sys`.
5757
clang \

0 commit comments

Comments
 (0)