Bläddra i källkod

Minor: Correcting paren in comment.

CedarLUG 9 år sedan
förälder
incheckning
54c258b50a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lgsm/functions/command_postdetails.sh

+ 1 - 1
lgsm/functions/command_postdetails.sh

@@ -61,7 +61,7 @@ tmpfile=${filedir}/$(fn_gen_rand 10).tmp
 touch ${tmpfile} || fn_bad_tmpfile
 touch ${tmpfile} || fn_bad_tmpfile
 
 
 # fn_display_details is found in the command_details.sh file (which 
 # fn_display_details is found in the command_details.sh file (which 
-# was sourced above.  The output is parsed for passwords and other
+# was sourced above).  The output is parsed for passwords and other
 # confidential information. -CedarLUG
 # confidential information. -CedarLUG
 
 
 # The numerous sed lines could certainly be condensed quite a bit,
 # The numerous sed lines could certainly be condensed quite a bit,