Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion corefiles/fuseboxExtensionManager.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<cfset var extHolder = "" />
<cfset var loadCount = 0 />
<cfif NOT directoryExists(arguments.path)>
<cfthrow type="fusebox.BadDirectory" message="Directory does not exist." detail="Yourn path is probably wrong: #path#" />
<cfthrow type="fusebox.BadDirectory" message="Directory does not exist." detail="Your path is probably wrong: #path#" />
</cfif>
<cfdirectory action="list" directory="#arguments.path#" filter="*.cfc" name="fbExtensions" />
<cfloop query="fbExtensions">
Expand Down