summaryrefslogtreecommitdiff
path: root/kel_cpp_boilerplate/c++
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-27 19:55:36 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-27 19:55:36 +0200
commite2e10ed9951c82b5041301372041198b5b16fe7b (patch)
treee52ec8e1be67c6324c91884a376166f9606b226d /kel_cpp_boilerplate/c++
parent35929bcbc578c970654a740253ee72ed9d830bbc (diff)
downloadapps-dev_tools-e2e10ed9951c82b5041301372041198b5b16fe7b.tar.gz
Capitalization error
Diffstat (limited to 'kel_cpp_boilerplate/c++')
-rw-r--r--kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp b/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp
index ffb2c65..bb0b2bb 100644
--- a/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp
+++ b/kel_cpp_boilerplate/c++/blueprints/readme_txt.hpp
@@ -7,6 +7,6 @@ constexpr std::string_view readme_txt_file_content =
R"(# Generated by keldu's stupid blueprint program
Remember to:
-* Change the binary name in app/c++/Sconscript
+* Change the binary name in app/c++/SConscript
* Add the pname in app/.nix/derivation.nix
)";