Browse Source

typo: regualarly => regularly

Ali Yahya 11 years ago
parent
commit
2daca5ff80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      papers/ipfs-cap2pfs/ipfs-cap2pfs.tex

+ 1 - 1
papers/ipfs-cap2pfs/ipfs-cap2pfs.tex

@@ -234,7 +234,7 @@ This allows the system to (a) choose the best function for the use case (e.g. st
 
 \subsection{Network}
 
-IPFS nodes communicate regualarly with hundreds of other nodes in the network, potentially across the wide internet. The IPFS network stack features:
+IPFS nodes communicate regularly with hundreds of other nodes in the network, potentially across the wide internet. The IPFS network stack features:
 
 \begin{itemize}
   \item \textbf{Transport:} IPFS can use any transport protocol, and is best suited for WebRTC DataChannels~\cite{WebRTC} (for browser connectivity) or uTP(LEDBAT~\cite{LEDBAT}).