aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-08-05 17:54:06 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-08-05 17:54:06 -0300
commitcef8f4c5062a5d509d9bc247869431e5dec5ced3 (patch)
tree7c4f8804330b8be7857b9cfe7efaf5fbee5902df
parentc8a7c8559d1a81067b859af0578be4e7c0a21131 (diff)
downloadlibtuberia-cef8f4c5062a5d509d9bc247869431e5dec5ced3.tar.gz
fix typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3f910a..22079b8 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ A pipeline would be:
Each source, stage, and sink runs in a thread, reads from its imput queue and
write to the output queue
-You can ommit the source and sink, and inject or retrive elements from the
+You can omit the source and sink, and inject or retrieve elements from the
pipeline
## Building, Compiling, Installing