0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / collections / n / osdpath
index ff9c8f0..aaa0445 100644 (file)
@@ -10,16 +10,16 @@ if { [QAOsdPathType "D:\\"]                            != "absolute dos " }
 if { [QAOsdPathType {\\share\file.pdf}]                != "absolute unc " }              { puts "Error: UNC path misdetection" }
 if { [QAOsdPathType {\\?\C:\documents\file.docx}]      != "absolute ntextended " }       { puts "Error: NT Extended path misdetection" }
 if { [QAOsdPathType {\\?\UNC\server\share\file.zip}]   != "absolute unc ntextended uncextended " } { puts "Error: UNC extended path misdetection" }
-if { [QAOsdPathType {https://www.server.org/file.gif}] != "absolute protocol " }         { puts "Error: remote protocal path misdetection" }
-if { [QAOsdPathType {content://file.jpg}]              != "absolute protocol content " } { puts "Error: content protocal path misdetection" }
+if { [QAOsdPathType {https://www.server.org/file.gif}] != "absolute protocol " }         { puts "Error: remote protocol path misdetection" }
+if { [QAOsdPathType {content://file.jpg}]              != "absolute protocol content " } { puts "Error: content protocol path misdetection" }
 if { [QAOsdPathType {/home/username/file.txt}]         != "absolute unix " }             { puts "Error: Unix path misdetection" }
 if { [QAOsdPathType {/boot.bin}]                       != "absolute unix " }             { puts "Error: Unix path misdetection" }
 if { [QAOsdPathType {/}]                               != "absolute unix " }             { puts "Error: Unix root misdetection" }
-if { [QAOsdPathType {./subfolder/../file.txt}]         != "relative " }                  { puts "Error: Realtive path misdetection" }
-if { [QAOsdPathType {../file.txt}]                     != "relative " }                  { puts "Error: Realtive path misdetection" }
-if { [QAOsdPathType {.}]                               != "relative " }                  { puts "Error: Realtive path misdetection" }
-if { [QAOsdPathType {..}]                              != "relative " }                  { puts "Error: Realtive path misdetection" }
-if { [QAOsdPathType {image.png}]                       != "relative " }                  { puts "Error: Realtive path misdetection" }
+if { [QAOsdPathType {./subfolder/../file.txt}]         != "relative " }                  { puts "Error: Relative path misdetection" }
+if { [QAOsdPathType {../file.txt}]                     != "relative " }                  { puts "Error: Relative path misdetection" }
+if { [QAOsdPathType {.}]                               != "relative " }                  { puts "Error: Relative path misdetection" }
+if { [QAOsdPathType {..}]                              != "relative " }                  { puts "Error: Relative path misdetection" }
+if { [QAOsdPathType {image.png}]                       != "relative " }                  { puts "Error: Relative path misdetection" }
 
 if { [QAOsdPathPart {image.png} -folder]                   != "" }                  { puts "Error: Empty folder misdetected" }
 if { [QAOsdPathPart {image.png} -fileName]                 != "image.png" }         { puts "Error: File name misdetected" }