mirror of https://github.com/perkeep/perkeep.git
search: fix typo in is:portrait
Change-Id: Icaf9fcc9196d56b76733f16e84ea059b8493f18f
This commit is contained in:
parent
985bb3482a
commit
17fc1906d8
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue