Skip to content

Commit

Permalink
spelling: additionally
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Dec 16, 2022
1 parent 1856297 commit 91ff295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/mac/find_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
action="store_true",
dest="print_sdk_path",
default=False,
help="Additionaly print the path the SDK (appears first).")
help="Additionally print the path the SDK (appears first).")
parser.add_option(
"--create_symlink_at",
action="store",
Expand Down
2 changes: 1 addition & 1 deletion runtime/vm/app_snapshot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class ClassDeserializationCluster : public DeserializationCluster {
// explicitly as Array objects into the snapshot and instead utilize a different
// encoding: objects in a cluster representing a canonical set are sorted
// to appear in the same order they appear in the Array representing the set,
// and we additionaly write out array of values describing gaps between objects.
// and we additionally write out array of values describing gaps between objects.
//
// In some situations not all canonical objects of the some type need to
// be added to the resulting canonical set because they are cached in some
Expand Down

0 comments on commit 91ff295

Please sign in to comment.