Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2463750d
Commit
2463750d
authored
Sep 12, 2013
by
Jennifer Hodgdon
Browse files
Issue
#2083943
by Xano, InternetDevels, longwave: Fix spelling errors in various documentation
parent
4fc66b55
Changes
12
Hide whitespace changes
Inline
Side-by-side
core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php
View file @
2463750d
...
...
@@ -110,7 +110,7 @@ public function getEnabledPluginFiles(Editor $editor, $include_internal_plugins
* Retrieves all available CKEditor buttons, keyed by plugin ID.
*
* @return array
* All availble CKEditor buttons, with plugin IDs as keys and button
* All avail
a
ble CKEditor buttons, with plugin IDs as keys and button
* metadata (as implemented by getButtons()) as values.
*
* @see CKEditorPluginButtonsInterface::getButtons()
...
...
core/modules/contextual/css/contextual.theme.css
View file @
2463750d
...
...
@@ -91,7 +91,7 @@
}
.contextual-region
.contextual
.contextual-links
a
{
background-color
:
#fff
;
/* This is an unfor
e
tunately necessary use of !important to prevent white
/* This is an unfortunately necessary use of !important to prevent white
* links on a white background or some similar illegible combination. */
color
:
#333
!important
;
display
:
block
;
...
...
core/modules/field/config/schema/field.schema.yml
View file @
2463750d
...
...
@@ -95,7 +95,7 @@ field.instance.*.*.*:
type
:
field.[%parent.field_type].value
default_value_function
:
type
:
string
label
:
'
Default
value
funtion'
label
:
'
Default
value
fun
c
tion'
settings
:
type
:
field.[%parent.field_type].instance_settings
field_type
:
...
...
core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php
View file @
2463750d
...
...
@@ -107,7 +107,7 @@ public function submitForm(array &$form, array &$form_state) {
* 'title' => $this->t('Content'),
* // Indicates if the region is visible in the UI.
* 'invisible' => TRUE,
* // A mesage to indicate that there is nothing to be displayed in
* // A mes
s
age to indicate that there is nothing to be displayed in
* // the region.
* 'message' => $this->t('No field is displayed.'),
* ),
...
...
core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
View file @
2463750d
...
...
@@ -192,7 +192,7 @@ function testViewModeCustom() {
$this
->
assertNodeViewText
(
$node
,
'rss'
,
$output
[
'field_test_default'
],
"The field is displayed as expected in view modes that use 'default' settings."
);
$this
->
assertNodeViewNoText
(
$node
,
'teaser'
,
$value
,
"The field is hidden in view modes that use custom settings."
);
// Change fomatter for 'default' mode, check that the field is displayed
// Change fo
r
matter for 'default' mode, check that the field is displayed
// accordingly in 'rss' mode.
$edit
=
array
(
'fields[field_test][type]'
=>
'field_test_with_prepare_view'
,
...
...
core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
View file @
2463750d
...
...
@@ -217,7 +217,7 @@ function testUILanguageNegotiation() {
'expect'
=>
$language_string
,
'expected_method_id'
=>
LANGUAGE_NEGOTIATION_URL
,
'http_header'
=>
$http_header_browser_fallback
,
'message'
=>
'URL (PATH) > BROWSER: with langage prefix, UI language is based on path prefix'
,
'message'
=>
'URL (PATH) > BROWSER: with lang
u
age prefix, UI language is based on path prefix'
,
),
// Default, browser language preference is not one of site's lang.
array
(
...
...
core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateCronTest.php
View file @
2463750d
...
...
@@ -55,7 +55,7 @@ function testUpdateCron() {
// Store translation status for comparison.
$initial_history
=
locale_translation_get_file_history
();
// Prepare for test: Simulate new translations being availabe.
// Prepare for test: Simulate new translations being availab
l
e.
// Change the last updated timestamp of a translation file.
$contrib_module_two_uri
=
'public://local/contrib_module_two-8.x-2.0-beta4.de._po'
;
touch
(
drupal_realpath
(
$contrib_module_two_uri
),
REQUEST_TIME
);
...
...
core/modules/locale/locale.bulk.inc
View file @
2463750d
...
...
@@ -693,7 +693,7 @@ function locale_translate_file_attach_properties($file, $options = array()) {
);
}
// Extract project, verion and language code from the file name. Supported:
// Extract project, ver
s
ion and language code from the file name. Supported:
// {project}-{version}.{langcode}.po, {prefix}.{langcode}.po or {langcode}.po
preg_match
(
'!
( # project OR project and version OR emtpy (group 1)
...
...
core/modules/locale/locale.install
View file @
2463750d
...
...
@@ -296,7 +296,7 @@ function locale_requirements($phase) {
$languages
=
locale_translatable_language_list
();
if
(
$languages
)
{
// Determine the status of the translation updates per lanuage.
// Determine the status of the translation updates per lan
g
uage.
$status
=
locale_translation_get_status
();
if
(
$status
)
{
foreach
(
$status
as
$project_id
=>
$project
)
{
...
...
core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php
View file @
2463750d
...
...
@@ -24,7 +24,7 @@ class UpdateCoreUnitTest extends UnitTestBase {
public
static
function
getInfo
()
{
return
array
(
'name'
=>
"Unit tests"
,
'description'
=>
'Test update funcionality unrelated to the database.'
,
'description'
=>
'Test update func
t
ionality unrelated to the database.'
,
'group'
=>
'Update'
,
);
}
...
...
core/modules/user/lib/Drupal/user/Plugin/views/field/Mail.php
View file @
2463750d
...
...
@@ -11,8 +11,7 @@
use
Drupal\views\ResultRow
;
/**
/**
* Field handler to provide acess control for the email field.
* Field handler to provide access control for the email field.
*
* @ingroup views_field_handlers
*
...
...
core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php
View file @
2463750d
...
...
@@ -8,7 +8,7 @@
namespace
Drupal\views\Tests\Plugin
;
/**
* Provies a base class for a testing a relationship.
* Provi
d
es a base class for a testing a relationship.
*
* @see \Drupal\views\Tests\Handler\JoinTest
* @see \Drupal\views\Tests\Plugin\RelationshipTest
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment