Fix typo. 21/115721/1
authorGeunsik Lim <geunsik.lim@samsung.com>
Tue, 21 Feb 2017 06:14:47 +0000 (15:14 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Tue, 21 Feb 2017 06:14:47 +0000 (15:14 +0900)
Change-Id: I4ba35c2dd37daf6d2129002ae0415d1420c484c0
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
packaging/building-blocks.spec

index 0d1fbb6..52accf4 100644 (file)
@@ -34,7 +34,7 @@ Suggests:     %{name}-root-Headless
 %description
 The root of all Tizen building block meta packages.
 Every root-level Tizen building block should be included by this.
-Any "minimal" reauired packages should be somehow (directly or indirectly)
+Any "minimal" required packages should be somehow (directly or indirectly)
 required (included) by this package.
 In Tizen building blocks, "Requires" means mandatory package.
 "Suggests" means optional package.
@@ -46,10 +46,10 @@ In Tizen building blocks, "Requires" means mandatory package.
 
 ############## DOMAINS ##################
 
-# Include "Kernel" domain. The script should not execute "include" if the contexst is in GBS service in OBS or GBS-Export
+# Include "Kernel" domain. The script should not execute "include" if the contexts is in GBS service in OBS or GBS-Export
 %{expand:%{lua:if posix.access(rpm.expand("%{SOURCE1001}"), "f") then print("%include %{SOURCE1001}") end}}
 
-# Include "systemfw" domain. The script should not execute "include" if the contexst is in GBS service in OBS or GBS-Export
+# Include "systemfw" domain. The script should not execute "include" if the contexts is in GBS service in OBS or GBS-Export
 %{expand:%{lua:if posix.access(rpm.expand("%{SOURCE1002}"), "f") then print("%include %{SOURCE1002}") end}}
 
 # And other domains
@@ -67,7 +67,7 @@ In Tizen building blocks, "Requires" means mandatory package.
 
 ############## EPIC FEATURES ######################
 
-# Include "headless" epic feature. The script should not execute "include" if the contexst is in GBS service in OBS or GBS-Export
+# Include "headless" epic feature. The script should not execute "include" if the contexts is in GBS service in OBS or GBS-Export
 %{expand:%{lua:if posix.access(rpm.expand("%{SOURCE2001}"), "f") then print("%include %{SOURCE2001}") end}}