about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-07 10:33:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-07 10:35:13 -0700
commit5ba4eab4dc752c6e4481a5052d21530c7a0999ea (patch)
treec3daad423b86658e2a274f790f1cd103c3c7c108 /000organization.cc
parentca604f1af76a9333bb0bd0b2379cff0ec609222f (diff)
downloadmu-5ba4eab4dc752c6e4481a5052d21530c7a0999ea.tar.gz
2935
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/000organization.cc b/000organization.cc
index 0f2518f5..dc37dbb3 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -1,7 +1,7 @@
 //: You guessed right: the '000' prefix means you should start reading here.
 //:
-//: This project is setup to load all files with a numeric prefix. Just create
-//: a new file and start hacking.
+//: This project is set up to load all files with a numeric prefix. Just
+//: create a new file and start hacking.
 //:
 //: The first few files (00*) are independent of what this program does, an
 //: experimental skeleton that will hopefully make it both easier for others to