X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fsyncthing%2Ffolder-st.go;h=27a43e6d087a4503379aa12f5f30a83df8576cbb;hb=8119c1641e88ee5020e380c08119f508c6e24222;hp=ae95b270f65a62647b1357f03cd40ea3082c72c8;hpb=a3d2ca72d05d28b1ae5820787ff696dd75fd17cc;p=src%2Fxds%2Fxds-server.git diff --git a/lib/syncthing/folder-st.go b/lib/syncthing/folder-st.go index ae95b27..27a43e6 100644 --- a/lib/syncthing/folder-st.go +++ b/lib/syncthing/folder-st.go @@ -58,7 +58,7 @@ func (f *STFolder) Add(cfg folder.FolderConfig) (*folder.FolderConfig, error) { f.fConfig = cfg // Update Syncthing folder - // (expect if status is ErrorConfig) + // (except if status is ErrorConfig) // TODO: add cache to avoid multiple requests on startup if f.fConfig.Status != folder.StatusErrorConfig { id, err := f.st.FolderChange(f.fConfig)