summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2014-11-12 22:44:35 +0200
committerElan Ruusamäe <glen@delfi.ee>2014-11-12 22:44:35 +0200
commitb994038fe985f97eeb057619e0240c045bf2be27 (patch)
tree6e7c1921c572d415d7d0a1b3104a659a75559c08 /lib
parentd41c232591806892ebcb78574cd81fd51b03e1d9 (diff)
downloadffi-yajl-b994038fe985f97eeb057619e0240c045bf2be27.tar.gz
fix minor typo
Diffstat (limited to 'lib')
-rw-r--r--lib/ffi_yajl/ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffi_yajl/ext.rb b/lib/ffi_yajl/ext.rb
index 3b055ea..7a84ef1 100644
--- a/lib/ffi_yajl/ext.rb
+++ b/lib/ffi_yajl/ext.rb
@@ -61,7 +61,7 @@ module FFI_Yajl
end
unless try_fiddle_dlopen(libpath) || try_dl_dlopen(libpath) || try_ffi_dlopen(libpath)
- raise "cannot find dlopen vi Fiddle, DL or FFI, what am I supposed to do?"
+ raise "cannot find dlopen via Fiddle, DL or FFI, what am I supposed to do?"
end
class Parser