diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-05 09:39:34 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-05 09:39:34 -0500 |
commit | e689c7872936fdec83f5baf7b17a392520e8ad6a (patch) | |
tree | cfee92351bb221aab58eb39d2b218f99f02daa5f /P1 | |
parent | Write a basic version of writeFinalDS (diff) | |
download | csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.tar csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.tar.gz csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.tar.bz2 csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.tar.lz csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.tar.xz csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.tar.zst csci4061-e689c7872936fdec83f5baf7b17a392520e8ad6a.zip |
Fix typo
Diffstat (limited to '')
-rw-r--r-- | P1/src/reducer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P1/src/reducer.c b/P1/src/reducer.c index 4d501dd..8656629 100644 --- a/P1/src/reducer.c +++ b/P1/src/reducer.c @@ -1,6 +1,6 @@ #include "reducer.h" -fianlKeyValueDS DS; +finalKeyValueDS DS; // create a key value node finalKeyValueDS *createFinalKeyValueNode(char *word, int count){ |