From 198f6b7f9203451898d9fef0c7ecf12eabe1a02f Mon Sep 17 00:00:00 2001 From: Stefan Daschek Date: Sun, 15 Dec 2019 18:39:20 +0100 Subject: Fix typo See https://github.com/randym/axlsx/pull/606 --- lib/axlsx/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index 56047f02..41bfdb11 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -132,7 +132,7 @@ module Axlsx # dcterms and xml namespaces. Those remote schema are included in this gem, and the original files have been altered to # refer to the local versions. # - # If by chance you are able to creat a package that does not validate it indicates that the internal + # If by chance you are able to create a package that does not validate it indicates that the internal # validation is not robust enough and needs to be improved. Please report your errors to the gem author. # @see http://www.ecma-international.org/publications/standards/Ecma-376.htm # @example -- cgit v1.2.3