]> git.ipfire.org Git - thirdparty/tar.git/blobdiff - lib/wordsplit.h
Fix typos
[thirdparty/tar.git] / lib / wordsplit.h
index ac95c9b75b467c06910a42121a7b10075b2167a8..e0f7e6de63211cdd2d9bfde04d003ef405976bc9 100644 (file)
@@ -40,7 +40,7 @@ struct wordsplit
   char **ws_wordv;          /* [Output] Array of parsed out words. */
   size_t ws_offs;           /* [Input] (WRDSF_DOOFFS) Number of initial
                               elements in ws_wordv to fill with NULLs. */
-  size_t ws_wordn;          /* Number of elements ws_wordv can accomodate. */
+  size_t ws_wordn;          /* Number of elements ws_wordv can accommodate. */
   unsigned ws_flags;        /* [Input] Flags passed to wordsplit. */
   unsigned ws_options;      /* [Input] (WRDSF_OPTIONS)
                               Additional options. */