From bff6f41a0b5da245caf4c8760d3b32db8cee6737 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 12 May 2026 17:52:57 +0545 Subject: [PATCH 1/2] Fix typos discovered by codespell --- DockerfileApp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerfileApp b/DockerfileApp index fe8d89d..3e38b07 100644 --- a/DockerfileApp +++ b/DockerfileApp @@ -2,7 +2,7 @@ ARG RUBY_VERSION=4.0.3 FROM antleaf/ird_base:0.54 ARG IRD_APP_VERSION ENV APP_VERSION=$IRD_APP_VERSION -RUN echo "Bulding Docker image version: $APP_VERSION" +RUN echo "Building Docker image version: $APP_VERSION" # Copy application code COPY . . @@ -29,4 +29,4 @@ ENV PATH="${PATH}:/rails/bin" EXPOSE 3000 #EXPOSE 80 CMD ["./bin/rails", "server"] -#CMD ["./bin/thrust", "./bin/rails", "server"] \ No newline at end of file +#CMD ["./bin/thrust", "./bin/rails", "server"] From 97702bf167ae8972b9e60e6d064713853922ab28 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 12 May 2026 17:57:48 +0545 Subject: [PATCH 2/2] Fix typo in comment for leaflet.css --- app/assets/stylesheets/leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/leaflet.css b/app/assets/stylesheets/leaflet.css index 9ade8dc..537fdab 100644 --- a/app/assets/stylesheets/leaflet.css +++ b/app/assets/stylesheets/leaflet.css @@ -43,7 +43,7 @@ .leaflet-marker-shadow { display: block; } -/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ +/* .leaflet-container svg: reset svg max-width declaration shipped in Joomla! (joomla.org) 3.x */ /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ .leaflet-container .leaflet-overlay-pane svg { max-width: none !important;