Author: fanningpj
Date: Thu Nov 18 13:17:45 2021
New Revision: 1895152

URL: http://svn.apache.org/viewvc?rev=1895152&view=rev
Log:
some incorrect uses of it's

Modified:
    
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-file-format.xml
    
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml

Modified: 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-file-format.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/ppt-file-format.xml?rev=1895152&r1=1895151&r2=1895152&view=diff
==============================================================================
--- 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-file-format.xml
 (original)
+++ 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-file-format.xml
 Thu Nov 18 13:17:45 2021
@@ -74,7 +74,7 @@
                <p>
                The record type is a little endian number, which tells you what
                kind of record you're dealing with. Each different kind of 
record
-               has it's own value that gets stored here. PowerPoint records 
have
+               has its own value that gets stored here. PowerPoint records have
                a type that's normally less than 6000 (decimal). Escher records
                normally have a type between 0xF000 and 0xF1FF.
                </p>

Modified: 
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml?rev=1895152&r1=1895151&r2=1895152&view=diff
==============================================================================
--- 
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml 
(original)
+++ 
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml 
Thu Nov 18 13:17:45 2021
@@ -1146,7 +1146,7 @@ Examples:
                         If you're being observant you'll noticed that the 
shapes
                         that are added to the group use a new type of anchor:
                         the <code>HSSFChildAnchor</code>.  What happens is that
-                        the created group has it's own coordinate space for
+                        the created group has its own coordinate space for
                         shapes that are placed into it.  POI defaults this to
                         (0,0,1023,255) but you are able to change it as 
desired.
                         Here's how:
@@ -1156,7 +1156,7 @@ Examples:
                     </source>
                     <p>
                         If you create a group within a group it's also going
-                        to have it's own coordinate space.
+                        to have its own coordinate space.
                     </p>
                 </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to