summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2011-11-07 15:38:18 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2011-11-07 15:38:18 +0000
commit730a1dcee26f5ae441107fdd9a8d00f9e7b3af5d (patch)
treee009b9c3fd1d2e1e030512d53a95909f8ddd6817
parent0197a402d305ced1519dbaa67ec2e0e89345d6b0 (diff)
downloadMPC-730a1dcee26f5ae441107fdd9a8d00f9e7b3af5d.tar.gz
ChangeLogTag: Mon Nov 7 15:37:29 UTC 2011 Adam Mitz <mitza@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--docs/README2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f73a31c..b7e26a76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 7 15:37:29 UTC 2011 Adam Mitz <mitza@ociweb.com>
+
+ * docs/README:
+
+ Typo fix.
+
Thu Nov 3 12:00:45 UTC 2011 Chad Elliott <elliott_c@ociweb.com>
* docs/html/MakeProjectCreator.html:
diff --git a/docs/README b/docs/README
index 342e9e96..1411eb6a 100644
--- a/docs/README
+++ b/docs/README
@@ -318,7 +318,7 @@ specific This scope allows assignments that are specific to a
lit_libs += c
...
} else {
- list_libs += c_other
+ lit_libs += c_other
...
}