From d345483de164e062727f95d3fbd575433d735548 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 22 May 2016 21:29:22 +0100 Subject: [PATCH] formulary: fix comment typo. --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 1d31995c11..d75f634258 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -2,7 +2,7 @@ require "digest/md5" require "tap" # The Formulary is responsible for creating instances of Formula. -# It is not meant to be used directy from formulae. +# It is not meant to be used directly from formulae. class Formulary FORMULAE = {}