diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-24 10:38:40 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-24 10:38:40 -0400 |
commit | 035e1a1377b8c25bcf84d49d9dd75d077f0c5eca (patch) | |
tree | 29bb0dde92f331b8d31063e7a39d7876942ceec6 /report/chapters/1-intr.tex | |
parent | 70811af6c96cf4307f859d7f007ffa24677d5b48 (diff) |
chapter one: ; -> ,
Diffstat (limited to 'report/chapters/1-intr.tex')
-rw-r--r-- | report/chapters/1-intr.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/chapters/1-intr.tex b/report/chapters/1-intr.tex index 7ab59dd..3ff8b33 100644 --- a/report/chapters/1-intr.tex +++ b/report/chapters/1-intr.tex @@ -42,7 +42,7 @@ spreads the shards to $N$ node directories. A ``node directory'' is the directory of the file storage provider (Dropbox directory is a node directory). Fig. \ref{fig:1-combox-overview-0}, illustrates how a file called \verb+strunk-white.pdf+ is split, encrypted and spread -across $N$ node directories; shards \verb+strunk-white.pdf.shard0+ to +across $N$ node directories. Shards \verb+strunk-white.pdf.shard0+ to \verb+strunk-white.pdf.shardN+ are encrypted. \begin{figure}[h] |