Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 12, 2024
1 parent f6445e3 commit 6bce94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby_supportlib/phusion_passenger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def self.binaries_sites
# Using this method also has two more advantages:
#
# 1. It is immune to Bundler's load path mangling code.
# 2. It is faster than plan require() because it doesn't need to
# 2. It is faster than plain require() because it doesn't need to
# scan the entire load path.
def self.require_passenger_lib(name)
require("#{ruby_libdir}/phusion_passenger/#{name}")
Expand Down

0 comments on commit 6bce94e

Please sign in to comment.