search: fix typo in is:portrait

Change-Id: Icaf9fcc9196d56b76733f16e84ea059b8493f18f
This commit is contained in:
Brad Fitzpatrick 2014-06-26 11:36:53 -07:00
parent 985bb3482a
commit 17fc1906d8
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ type isPortait struct {
} }
func newIsPortait() keyword { func newIsPortait() keyword {
return isPortait{"is:portait"} return isPortait{"is:portrait"}
} }
func (k isPortait) Description() string { func (k isPortait) Description() string {