瀏覽代碼

Correct typo

Colby Williams 3 年之前
父節點
當前提交
e54a0c9dcd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Splunk AFS Thaw Request Notes.md

+ 2 - 2
Splunk AFS Thaw Request Notes.md

@@ -232,7 +232,7 @@ echo "Completed restoring the file $x"
 done
 ```
 
-With s3cmd! Be sure to use the exclude rb_* in the commmand, no need to restore the replicated buckets. 
+With s3cmd! Be sure to use the exclude rb_* in the command, no need to restore the replicated buckets. 
 
 Just a bucket
 `./s3cmd restore --restore-priority=expedited --restore-days=2 --recursive s3://mdr-afs-prod-splunk-frozen/junk/frozendb/db_1566830011_1562776263_316_BBE343D5-D0D2-4120-A307-8B35B5E48D95/`
@@ -347,4 +347,4 @@ distribute each list to an indexer and use zztop script with egrep and xargs to
 
 tmux ( process multiple lines at the same time with -P flag )
 `egrep -h "*" indexerlist* | xargs -P 15 -n 1 ./zztop.sh`
-`egrep -h "*" indexerlist* | head -1 | xargs -P 10 -n 1 ./zztop.sh`
+`egrep -h "*" indexerlist* | head -1 | xargs -P 10 -n 1 ./zztop.sh`