From 2bbcd2d869de8051365a5f018ec8986f50b7c420 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 18 Aug 2020 19:53:27 -0700 Subject: [PATCH] infinoted, syncthing: Fix minor typo in a comment Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- actions/infinoted | 2 +- actions/syncthing | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/infinoted b/actions/infinoted index 8542eabfa..ebf92a851 100755 --- a/actions/infinoted +++ b/actions/infinoted @@ -144,7 +144,7 @@ def subcommand_setup(_): except KeyError: subprocess.run(['addgroup', '--system', 'infinoted'], check=True) - # Create infinoted user is needed. + # Create infinoted user if needed. try: pwd.getpwnam('infinoted') except KeyError: diff --git a/actions/syncthing b/actions/syncthing index 857195499..ce531f191 100755 --- a/actions/syncthing +++ b/actions/syncthing @@ -33,7 +33,7 @@ def subcommand_setup(_): except KeyError: subprocess.run(['addgroup', '--system', 'syncthing'], check=True) - # Create syncthing user is needed. + # Create syncthing user if needed. try: pwd.getpwnam('syncthing') except KeyError: