summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-12-27 17:48:47 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-12-27 17:48:47 +0400
commit420cc0df33d131b2e4e68aa8f89a1e7bedef786c (patch)
tree2e2922da757faf51f0545cd270a9fda3098acb96
parent6f58da7ea3b3c3064d7fe1083495b6d40b3e06b2 (diff)
grammar
-rw-r--r--software/software.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/software.md b/software/software.md
index be528e4..72ad30e 100644
--- a/software/software.md
+++ b/software/software.md
@@ -25,7 +25,7 @@ For software to be usable for me it has to be:
* C: Portable assembly, basically the default programming language for unix.
* Go: Modern version of C, very convenient and safe to write programs in.
* Posix Shell: Concise and convenient for scripts and small programs.
-* <strong class=orange_text>C++</strong>: Bloated, not safe and a mess, every bad piece of software I've ever used were written in C++.
+* <strong class=orange_text>C++</strong>: Bloated, not safe and a mess, every bad piece of software I've ever used was written in C++.
### Window managers
* [DWM](https://dwm.suckless.org): At first a little hard to configure but at the end totally worth it.