libyal / libvmdk

Library and tools to access the VMware Virtual Disk (VMDK) format
GNU Lesser General Public License v3.0
163 stars 66 forks source link

Correction: 'Intializes' -> 'Initializes' #24

Closed fvcr closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   39.39%   39.39%           
=======================================
  Files          25       25           
  Lines        6714     6714           
=======================================
  Hits         2645     2645           
  Misses       4069     4069           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ea06264...bbcad31. Read the comment docs.

joachimmetz commented 3 years ago

@fvcr thx for the changes. I'll incorporate these into the next update and check if this typo persists in more places.

joachimmetz commented 3 years ago

Changed in templates https://github.com/libyal/libyal/commit/f9b8f114ab74e9dd92fb9262e769e067cb816ed7

fvcr commented 3 years ago

Thanks!