From 0d6f3cf95316a6869093814c88a71f10d67bc29e Mon Sep 17 00:00:00 2001 From: itwrx Date: Wed, 28 Jun 2023 15:04:43 -0500 Subject: [PATCH] fix typo --- views/routine_list.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/routine_list.nim b/views/routine_list.nim index 360666a..46ac5f5 100644 --- a/views/routine_list.nim +++ b/views/routine_list.nim @@ -41,7 +41,7 @@ proc rsyncThread(list: RoutineListState) {.thread.} = routineRuncount += 1 for source in routine.sources: for destination in routine.destinations: - #per source/dest compbo msgs still don't seem to be working right. + #per source/dest combo msgs still don't seem to be working right. #maybe it requires a separate thread per combo? deprioritized. #list.runStatus = "Bkup " & source & " to " & destination & "..." #try without requiring superuser privs by default.