Skip to content

Commit ca3a8b2

Browse files
committed
Fixed typo
1 parent 2888ac4 commit ca3a8b2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Structural/Adapter/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Purpose
66

77
To translate one interface for a class into a compatible interface. An
88
adapter allows classes to work together that normally could not because
9-
of incompatible interfaces by providing it's interface to clients while
9+
of incompatible interfaces by providing its interface to clients while
1010
using the original interface.
1111

1212
Examples

locale/ca/LC_MESSAGES/Structural/Adapter/README.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgstr ""
2323
msgid ""
2424
"To translate one interface for a class into a compatible interface. An "
2525
"adapter allows classes to work together that normally could not because of "
26-
"incompatible interfaces by providing it's interface to clients while using "
26+
"incompatible interfaces by providing its interface to clients while using "
2727
"the original interface."
2828
msgstr ""
2929

locale/de/LC_MESSAGES/Structural/Adapter/README.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgstr "Zweck"
2525
msgid ""
2626
"To translate one interface for a class into a compatible interface. An "
2727
"adapter allows classes to work together that normally could not because of "
28-
"incompatible interfaces by providing it's interface to clients while using "
28+
"incompatible interfaces by providing its interface to clients while using "
2929
"the original interface."
3030
msgstr ""
3131
"Um ein Interface für eine Klasse in ein kompatibles Interface zu "

locale/es/LC_MESSAGES/Structural/Adapter/README.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgstr ""
2323
msgid ""
2424
"To translate one interface for a class into a compatible interface. An "
2525
"adapter allows classes to work together that normally could not because of "
26-
"incompatible interfaces by providing it's interface to clients while using "
26+
"incompatible interfaces by providing its interface to clients while using "
2727
"the original interface."
2828
msgstr ""
2929

locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgstr ""
2323
msgid ""
2424
"To translate one interface for a class into a compatible interface. An "
2525
"adapter allows classes to work together that normally could not because of "
26-
"incompatible interfaces by providing it's interface to clients while using "
26+
"incompatible interfaces by providing its interface to clients while using "
2727
"the original interface."
2828
msgstr ""
2929

locale/ru/LC_MESSAGES/Structural/Adapter/README.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgstr "Назначение"
2525
msgid ""
2626
"To translate one interface for a class into a compatible interface. An "
2727
"adapter allows classes to work together that normally could not because of "
28-
"incompatible interfaces by providing it's interface to clients while using "
28+
"incompatible interfaces by providing its interface to clients while using "
2929
"the original interface."
3030
msgstr ""
3131
"Привести нестандартный или неудобный интерфейс какого-то класса в "

locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgstr "目的"
2323
msgid ""
2424
"To translate one interface for a class into a compatible interface. An "
2525
"adapter allows classes to work together that normally could not because of "
26-
"incompatible interfaces by providing it's interface to clients while using "
26+
"incompatible interfaces by providing its interface to clients while using "
2727
"the original interface."
2828
msgstr ""
2929
"将某个类的接口转换成与另一个接口兼容。适配器通过将原始接口进行转换,给用户"

0 commit comments

Comments
 (0)