Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
57d84adc
Unverified
Commit
57d84adc
authored
Mar 08, 2020
by
Mike Rogers
Committed by
GitHub
Mar 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 2 typos within comments (#52181)
* occure > occur * occured > occurred * uptodate > up-to-date
parent
77fb28b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
flutter.bat
bin/flutter.bat
+2
-2
skia_client.dart
packages/flutter_goldens_client/lib/skia_client.dart
+2
-2
No files found.
bin/flutter.bat
View file @
57d84adc
...
...
@@ -93,7 +93,7 @@ GOTO :after_subroutine
IF "%pubspec_yaml_timestamp%" == "%pubspec_lock_timestamp%" SET newer_file=""
IF "%newer_file%" EQU "pubspec.yaml" GOTO do_snapshot
REM Everything is up
to
date - exit subroutine
REM Everything is up
-to-
date - exit subroutine
EXIT /B
:do_sdk_update_and_snapshot
...
...
@@ -170,7 +170,7 @@ GOTO :after_subroutine
REM Chaining the call to 'dart' and 'exit' with an ampersand ensures that
REM Windows reads both commands into memory once before executing them. This
REM avoids nasty errors that may otherwise occur
e
when the dart command (e.g. as
REM avoids nasty errors that may otherwise occur when the dart command (e.g. as
REM part of 'flutter upgrade') modifies this batch script while it is executing.
REM
REM Do not use the CALL command in the next line to execute Dart. CALL causes
...
...
packages/flutter_goldens_client/lib/skia_client.dart
View file @
57d84adc
...
...
@@ -209,7 +209,7 @@ class SkiaGoldClient {
if
(
result
.
exitCode
!=
0
)
{
final
StringBuffer
buf
=
StringBuffer
()
..
writeln
(
'Skia Gold imgtest init failed.'
)
..
writeln
(
'An error occured when initializing golden file test with '
)
..
writeln
(
'An error occur
r
ed when initializing golden file test with '
)
..
writeln
(
'goldctl.'
)
..
writeln
()
..
writeln
(
'Debug information for Gold:'
)
...
...
@@ -306,7 +306,7 @@ class SkiaGoldClient {
if
(
result
.
exitCode
!=
0
)
{
final
StringBuffer
buf
=
StringBuffer
()
..
writeln
(
'Skia Gold tryjobInit failure.'
)
..
writeln
(
'An error occured when initializing golden file tryjob with '
)
..
writeln
(
'An error occur
r
ed when initializing golden file tryjob with '
)
..
writeln
(
'goldctl.'
)
..
writeln
()
..
writeln
(
'Debug information for Gold:'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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