aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-02-25 22:49:44 +0100
committerGitHub <noreply@github.com>2017-02-25 22:49:44 +0100
commit6ccce4c8ab4f8eebf520559ba49ec9f28fb35fd1 (patch)
tree5fc07985a67ae971ce362f4aa2ca20acfee9a197
parent604d7aa97bb5aa73be09a7d4e8747093d666d21d (diff)
parent7b4c9124afed4e88947fa618067e79ed4888b299 (diff)
downloadsha1collisiondetection-6ccce4c8ab4f8eebf520559ba49ec9f28fb35fd1.tar.gz
Merge pull request #2 from jwilk/spelling
Fix typo
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 81a2ad2..fe09107 100644
--- a/src/main.c
+++ b/src/main.c
@@ -46,7 +46,7 @@ int main(int argc, char** argv)
return 1;
}
- // feed file through SHA-1 update fuction
+ // feed file through SHA-1 update function
while (1)
{
size=fread(buffer,1,65536,fd);