You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/12/12 21:28:21 UTC

[incubator-nuttx-testing] branch master updated: Fix spelling

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new ba8a2e3  Fix spelling
ba8a2e3 is described below

commit ba8a2e36c4ac4397746881dafaefca32df2fe457
Author: John Bampton <jb...@gmail.com>
AuthorDate: Sun Dec 13 03:08:16 2020 +1000

    Fix spelling
---
 docker/linux/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index 9265611..407f892 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -123,7 +123,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
   libusb-1.0
 
 RUN git clone --depth 1 --shallow-submodules --recursive https://github.com/espressif/esp-idf.git
-# This is unfortunatly going to re-download some of the same toolchains, but will only be used in the context of esp-idf
+# This is unfortunately going to re-download some of the same toolchains, but will only be used in the context of esp-idf
 RUN sed -i "s/^gdbgui.*/gdbgui==0.13.2.0/" esp-idf/requirements.txt
 RUN bash -c "\
   cd esp-idf && \