Skip to content

Commit 30efa9f

Browse files
committed
Merge pull request #178 from johnelse/typos
Fix typos
2 parents b9729dd + 87e588a commit 30efa9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/backtraces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The XenAPI
251251
We already store error information in the XenAPI "Task" object and so we
252252
can store backtraces at the same time. We shall add a field "backtrace"
253253
which will have type "string" but which will contain s-expression encoded
254-
backtrace data. Clients should not attempt to parse this string: it's
254+
backtrace data. Clients should not attempt to parse this string: its
255255
contents may change in future. The reason it is different from the json
256256
mentioned before is that it also contains host and process information
257257
supplied by Xapi, and may be extended in future to contain other diagnostic
@@ -294,5 +294,5 @@ the backtrace is appended to the current Task backtrace. From the client's
294294
point of view the final exception should look the same, but Xapi will have
295295
a chance to see and log the whole backtrace.
296296

297-
As a side-effect, it is possible to SM plugins to throw XenAPI errors directly,
297+
As a side-effect, it is possible for SM plugins to throw XenAPI errors directly,
298298
without interpretation by Xapi.

0 commit comments

Comments
 (0)