From 22d0ed82251cc9ae9f5272cd57d6e2a1209817bb Mon Sep 17 00:00:00 2001 From: Anderson Mesquita Date: Sun, 20 Dec 2015 11:58:51 -0500 Subject: [PATCH] Fix typo --- cmd/syncthing/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 3917c42e..6856921e 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -603,7 +603,7 @@ func syncthingMain(runtimeOptions RuntimeOptions) { } if err := checkShortIDs(cfg); err != nil { - l.Fatalln("Short device IDs are in conflict. Unlucky!\n Regenerate the device ID of one if the following:\n ", err) + l.Fatalln("Short device IDs are in conflict. Unlucky!\n Regenerate the device ID of one of the following:\n ", err) } if len(runtimeOptions.profiler) > 0 {