mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 07:30:20 +09:00
fix typo
This commit is contained in:
@@ -342,7 +342,7 @@ func ReplaceHome(path string) string {
|
||||
} else {
|
||||
userData, err = user.Lookup(homeString[1:])
|
||||
if err != nil {
|
||||
if messeger != nil {
|
||||
if messenger != nil {
|
||||
messenger.Error("Could not find user: ", err)
|
||||
} else {
|
||||
TermMessage("Could not find user: ", err)
|
||||
|
||||
Reference in New Issue
Block a user