Typo in subunit developer docs
Bug #524231 reported by
Brad Hards
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subunit |
Fix Released
|
Medium
|
Brad Hards |
Bug Description
There is a simple typo in the subunit C bindings documentation.
=== modified file 'c/README'
--- c/README 2009-09-30 12:04:18 +0000
+++ c/README 2010-02-19 05:22:25 +0000
@@ -47,7 +47,7 @@
if (!result) {
subunit_
} else {
- subunit_
+ subunit_
"Something went wrong running something:\n"
"exited with result: '%s'", result);
}
Related branches
Changed in subunit: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Brad Hards (bradh) |
Changed in subunit: | |
milestone: | none → next |
Changed in subunit: | |
status: | Triaged → Fix Released |
To post a comment you must log in.