diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-09 08:24:35 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-09 08:24:35 +0000 |
commit | 39244cad90dd9a9e9ee7176f2bdae600bf188d15 (patch) | |
tree | 2223730c8543b0ae0696d9153a26a56950eeacf7 /error.c | |
parent | cd1cbfceea8d6b4fae8b3e9956b0c2442b6522d3 (diff) | |
download | ruby-39244cad90dd9a9e9ee7176f2bdae600bf188d15.tar.gz ruby-39244cad90dd9a9e9ee7176f2bdae600bf188d15.tar.xz ruby-39244cad90dd9a9e9ee7176f2bdae600bf188d15.zip |
* error.c: typo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -693,7 +693,7 @@ rb_sys_fail(mesg) } void -rb_load_failed(path) +rb_load_fail(path) char *path; { rb_loaderror("%s -- %s", strerror(errno), path); |