diff --git a/blocks.def.h b/blocks.def.h
index 9c22d68..dbb3305 100644
--- a/blocks.def.h
+++ b/blocks.def.h
@@ -6,6 +6,6 @@ static const Block blocks[] = {
 	{"", "date '+%b %d (%a) %I:%M%p'",					5,		0},
 };
 
-//sets delimeter between status commands. NULL character ('\0') means no delimeter.
+//sets delimiter between status commands. NULL character ('\0') means no delimiter.
 static char delim[] = " | ";
 static unsigned int delimLen = 5;