Browse Source

fix typo

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@3850 ec354946-7b23-47d6-9f5a-488ba84defc7
miyabi 13 years ago
parent
commit
17391744ba
4 changed files with 9 additions and 9 deletions
  1. 1 1
      po/ja.po
  2. 1 1
      po/vbootstrap.pot
  3. 1 1
      vbootstrap.sh.in
  4. 6 6
      vbuilder.sh.in

+ 1 - 1
po/ja.po

@@ -35,7 +35,7 @@ msgid "Installing basesystem."
 msgstr "ベースシステムをインストールしています。"
 
 #: vbootstrap.sh.in:102
-msgid "vboostrap done."
+msgid "vbootstrap done."
 msgstr "vbootstrap が完了しました。"
 
 #: vbuilder.sh.in:70 vbuilder.sh.in:77

+ 1 - 1
po/vbootstrap.pot

@@ -35,7 +35,7 @@ msgid "Installing basesystem."
 msgstr ""
 
 #: vbootstrap.sh.in:102
-msgid "vboostrap done."
+msgid "vbootstrap done."
 msgstr ""
 
 #: vbuilder.sh.in:70 vbuilder.sh.in:77

+ 1 - 1
vbootstrap.sh.in

@@ -99,5 +99,5 @@ done
 # run post install script
 vbootstrap_post
 
-echo $"vboostrap done."
+echo $"vbootstrap done."
 

+ 6 - 6
vbuilder.sh.in

@@ -16,7 +16,7 @@ Options:
 	--dist-upgrade:		make VineSeed bootstrap via ${STABLE_VERSION}
 	--unionfs:		cover a bootstrap with unionfs
 	--target:		build rpms with [target]
-	--with-compat32:	build rpms with compat32 on boostrap
+	--with-compat32:	build rpms with compat32 on bootstrap
 	--rpmbuild-define:	give a option --define [macro_expr] to rpmbuild
 	--rpmbuild-with:	give a option --with [bcond_with] to rpmbuild
 	--rpmbuild-without:	give a option --without [bcond_with] to rpmbuild
@@ -31,11 +31,11 @@ Options:
 	--help:			show this help
 
 Actions:
-	clean:			clean the boostrap of [version]
-	build:			build a boostrap of [version]
-	build-rpm:		build [src.rpm] on a boostrap
-	install-rpm:		install [arch.rpm|package] on a boostrap
-	remove-rpm:		remove [package] on a boostrap
+	clean:			clean the bootstrap of [version]
+	build:			build a bootstrap of [version]
+	build-rpm:		build [src.rpm] on a bootstrap
+	install-rpm:		install [arch.rpm|package] on a bootstrap
+	remove-rpm:		remove [package] on a bootstrap
 
 For example, 
 * make a clean/plain build environment on the current archtecture: