lldpd: fix typo

Closes Homebrew/homebrew#27060.
This commit is contained in:
Adam Vandenberg 2014-02-27 09:22:44 -08:00
parent 8e0c65df40
commit fde24973d6

View file

@ -1,4 +1,4 @@
Lrequire 'formula'
require 'formula'
class Lldpd < Formula
homepage 'http://vincentbernat.github.io/lldpd/'