Skip to content

Commit

Permalink
Fix typos (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Dec 15, 2023
1 parent 7faf060 commit a5a432c
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion doc/en/sample/hiki/rabbit.hiki
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ A presentation tool
:relative_margin_right => -5,
})}}

* Right justified backgorund image
* Right justified background image
* Specify in slide
** :align => "right"

Expand Down
2 changes: 1 addition & 1 deletion doc/en/sample/markdown/rabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ background-image-relative-margin-right

![](lavie.png){:relative_width="30" align="right" relative_margin_right="-5"}

* Right justified backgorund image
* Right justified background image
* Specify in slide
* \{:align="right"\}

Expand Down
2 changes: 1 addition & 1 deletion doc/en/sample/rd/rabbit.rd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ title: "Sample slide: Rabbit"
# # vertical-align = top
# relative-margin-right = -5

* Right justified backgorund image
* Right justified background image
* Specify in slide
* align = right

Expand Down
2 changes: 1 addition & 1 deletion doc/en/usage/rabbit-slide.rd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can confirm all patermeters by ((%--help%)):
--tags=TAG,TAG,... Tags of the new slide
(e.g.: --tags=rabbit,presentation,ruby)
(optional)
--allotted-time=TIME Allotted time in presentaion
--allotted-time=TIME Allotted time in presentation
(e.g.: --allotted-time=5m)
(optional)
--presentation-date=DATE Presentation date with the new slide
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbit/command/rabbit-slide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def setup_options(parser, options)
end

parser.on("--allotted-time=TIME",
_("Allotted time in presentaion"),
_("Allotted time in presentation"),
_("(e.g.: %s)") % "--allotted-time=5m",
_("(optional)")) do |allotted_time|
@data.allotted_time = allotted_time
Expand Down
4 changes: 2 additions & 2 deletions lib/rabbit/theme/dark-gradation/dark-gradation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@monospace_font = "Monospace"
@monospace_font_family = find_font_family(@monospace_font)
#-------------------------
# forground color
# foreground color
#-------------------------
@default_foreground = "#ffeeee"
set_foreground(@default_foreground)
Expand Down Expand Up @@ -94,7 +94,7 @@
@block_quote_close_quote_image = nil
@block_quote_image_max_width = canvas.width * 0.1
#-------------------------
# include defaul theme!
# include default theme!
#-------------------------
include_theme("default")
#-------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbit/theme/image-slide-number/property.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@image_slide_number_flag_type" => {
:default => "'rectangle'",
:description => N_("Form of the start and goal flags. " \
"Avaiable forms are (({'triangle'})) and " \
"Available forms are (({'triangle'})) and " \
"(({'rectangle'})).")
},
"@image_slide_number_start_image" => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@title_background_image_properties ||= {}
default_title_backgroud_image_properties = {
default_title_background_image_properties = {
"as_large_as_possible" => true,
"align" => "center",
"assign_box" => false,
Expand All @@ -8,7 +8,7 @@

match(TitleSlide) do |slides|
slides.each do |slide|
image_properties = default_title_backgroud_image_properties.dup
image_properties = default_title_background_image_properties.dup
@title_background_image_properties.each do |key, value|
value = value.to_s if value.is_a?(Symbol)
image_properties[key.to_s.gsub(/-/, "_")] = value
Expand Down
4 changes: 2 additions & 2 deletions po/en/rabbit.po
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ msgstr ""
msgid "Tags of the new slide"
msgstr ""

msgid "Allotted time in presentaion"
msgid "Allotted time in presentation"
msgstr ""

msgid "Presentation date with the new slide"
Expand Down Expand Up @@ -1511,7 +1511,7 @@ msgid "Color of numbers displayed on the start and goal flags."
msgstr ""

msgid ""
"Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'"
"Form of the start and goal flags. Available forms are (({'triangle'})) and (({'"
"rectangle'}))."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions po/fr/rabbit.po
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ msgstr ""
msgid "Tags of the new slide"
msgstr ""

msgid "Allotted time in presentaion"
msgid "Allotted time in presentation"
msgstr ""

msgid "Presentation date with the new slide"
Expand Down Expand Up @@ -1510,7 +1510,7 @@ msgid "Color of numbers displayed on the start and goal flags."
msgstr ""

msgid ""
"Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'"
"Form of the start and goal flags. Available forms are (({'triangle'})) and (({'"
"rectangle'}))."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions po/ja/rabbit.po
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ msgstr "新しいスライドのライセンス"
msgid "Tags of the new slide"
msgstr "新しいスライドのタグ"

msgid "Allotted time in presentaion"
msgid "Allotted time in presentation"
msgstr "プレゼンの持ち時間"

msgid "Presentation date with the new slide"
Expand Down Expand Up @@ -1557,7 +1557,7 @@ msgid "Color of numbers displayed on the start and goal flags."
msgstr "スタートとゴールの旗に表示される数字の色。"

msgid ""
"Form of the start and goal flags. Avaiable forms are (({'triangle'})) and (({'"
"Form of the start and goal flags. Available forms are (({'triangle'})) and (({'"
"rectangle'}))."
msgstr "スタートとゴールの旗の形。(({'triangle'})) (三角) と (({'rectangle'})) (四角) が指定可能です。"

Expand Down
2 changes: 1 addition & 1 deletion sample/rabbit-en.hiki
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ A presentation tool
:relative_margin_right => -5,
})}}

* Right justified backgorund image
* Right justified background image
* Specify in slide
** :align => "right"

Expand Down
2 changes: 1 addition & 1 deletion sample/rabbit-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ background-image-relative-margin-right

![](lavie.png){:relative_width="30" align="right" relative_margin_right="-5"}

* Right justified backgorund image
* Right justified background image
* Specify in slide
* \{:align="right"\}

Expand Down
2 changes: 1 addition & 1 deletion sample/rabbit-en.rd
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ A presentation tool
# # vertical-align = top
# relative-margin-right = -5

* Right justified backgorund image
* Right justified background image
* Specify in slide
* align = right

Expand Down

0 comments on commit a5a432c

Please sign in to comment.