diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
commit | b9e0294edaceecb177401902f3809a45af666d7e (patch) | |
tree | 6c83191a7891bfb4449e4c61bcf944ae968319b7 /transcode_data.h | |
parent | c30e32d075478c62580c7d3f5699c2c477503b41 (diff) |
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode_data.h')
-rw-r--r-- | transcode_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transcode_data.h b/transcode_data.h index 8b320c39eb..7362275cbe 100644 --- a/transcode_data.h +++ b/transcode_data.h @@ -69,7 +69,7 @@ typedef enum { asciicompat_converter, /* ASCII-compatible -> ASCII-compatible */ asciicompat_decoder, /* ASCII-incompatible -> ASCII-compatible */ asciicompat_encoder /* ASCII-compatible -> ASCII-incompatible */ - /* ASCII-incompatible -> ASCII-incompatible is intentionally ommitted. */ + /* ASCII-incompatible -> ASCII-incompatible is intentionally omitted. */ } rb_transcoder_asciicompat_type_t; typedef struct rb_transcoder rb_transcoder; |