diff options
| -rw-r--r-- | lib/axlsx/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index 41bfdb11..90263b25 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -1,7 +1,7 @@ # encoding: utf-8 module Axlsx # Package is responsible for managing all the bits and peices that Open Office XML requires to make a valid - # xlsx document including valdation and serialization. + # xlsx document including validation and serialization. class Package include Axlsx::OptionsParser |
