changeset 133:6c3a51d65a6f

Fix typo in HACKING
author Omair Majid <omajid@redhat.com>
date Mon, 02 Jun 2014 10:11:24 -0400
parents 84fcb0e8646f
children 01068177f080
files HACKING.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/HACKING.md	Mon Jun 02 08:24:45 2014 -0400
+++ b/HACKING.md	Mon Jun 02 10:11:24 2014 -0400
@@ -67,6 +67,6 @@
 name `<ClassBeingTested>Test.java`. Subpackges of `c.r.t.t.e.plguin` will have
 tests in the corresponding package under`c.r.t.t.e.plugin.tests` (eg:
 `c.r.t.t.e.plugin.foobar` will have tests under
-`c.r.t.t.e.pluing.tests.foobar`).
+`c.r.t.t.e.plugin.tests.foobar`).
 
 [1]: http://eclipse.org/tycho/