diff --git a/slides.qmd b/slides.qmd
index 69601047e9b182923a4c2887f15813f90cdb7911..9b86864af92f1cefc5ecfea1b19fe3266516a180 100644
--- a/slides.qmd
+++ b/slides.qmd
@@ -97,7 +97,7 @@ General purpose package managers can help to install different python interprete
 
 * Allows you to have a specific combination of libraries/binaries/packages for a project
 * You can manage different environments side-by-side
-* [`venv`](https://docs.python.org/3/library/venv.html) (formerly known as `virutalenv`) is shipped with the standard library
+* [`venv`](https://docs.python.org/3/library/venv.html) (formerly known as `virtualenv`) is shipped with the standard library
 * Tools to handle general software environments (e.g. `conda`)
 
 :::{.notes}