diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-04-07 10:24:36 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-04-07 10:24:36 +0000 |
| commit | 9799ff0e2a607ceef544b7f89ab7ee59be0fd9bd (patch) | |
| tree | 06ec37fd50fec2b0bbb5495ee0ddfbb09807fd36 /devel.but | |
| parent | c55e95485483f8a5b66ab4af3a372495d88389ee (diff) | |
| download | puzzles-9799ff0e2a607ceef544b7f89ab7ee59be0fd9bd.zip puzzles-9799ff0e2a607ceef544b7f89ab7ee59be0fd9bd.tar.gz puzzles-9799ff0e2a607ceef544b7f89ab7ee59be0fd9bd.tar.bz2 puzzles-9799ff0e2a607ceef544b7f89ab7ee59be0fd9bd.tar.xz | |
Fix a typo I noticed in passing.
[originally from svn r9821]
Diffstat (limited to 'devel.but')
| -rw-r--r-- | devel.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3264,7 +3264,7 @@ place. \c void *rctx); This function examines a serialised midend stream, of the same kind -used by \cw{midend_serialise()} and \cw{midendd_deserialise()}, and +used by \cw{midend_serialise()} and \cw{midend_deserialise()}, and returns the \cw{name} field of the game back end from which it was saved. |