typo fix
authorDylan Lloyd <dylan@disinclined.org>
Sat, 4 Feb 2023 15:50:03 +0000 (10:50 -0500)
committerDylan Lloyd <dylan@disinclined.org>
Sat, 4 Feb 2023 15:50:03 +0000 (10:50 -0500)
_data/personal-projects.yml

index 298cab7..251ceb5 100644 (file)
@@ -10,7 +10,7 @@
 
 - name: dylansserver
   description: |
-    The initial instance of this server, which once ran it's namesake virtual domain as a custom MVC framework (it had a few more features then). It also ran my mailserver, DNS server, git server, and automated deployments and backups.
+    The initial instance of this server, which once ran it's namesake virtual domain on a custom MVC framework (it had a few more features then). It also ran my mailserver, DNS server, git server, and automated deployments and backups.
 - name: simpletimingattack
   description: |
     This program implements a <a href='http://en.wikipedia.org/wiki/Timing_attack'>simple timing attack</a>. It measures the execution time of a target program over a number of iterations, rotating through a character set and appending the fastest (or slowest) character to the result.