File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
try {
58
58
$ tableAdminClient ->getTable ($ tableName , ['view ' => View::NAME_ONLY ]);
59
- printf ('Table %s alredy exists ' . PHP_EOL , $ table_id );
59
+ printf ('Table %s already exists ' . PHP_EOL , $ table_id );
60
60
} catch (ApiException $ e ) {
61
61
if ($ e ->getStatus () === 'NOT_FOUND ' ) {
62
62
printf ('Creating the %s table ' . PHP_EOL , $ table_id );
Original file line number Diff line number Diff line change 69
69
70
70
try {
71
71
$ tableAdminClient ->getTable ($ tableName , ['view ' => View::NAME_ONLY ]);
72
- printf ('Table %s alredy exists ' . PHP_EOL , $ table_id );
72
+ printf ('Table %s already exists ' . PHP_EOL , $ table_id );
73
73
} catch (ApiException $ e ) {
74
74
if ($ e ->getStatus () === 'NOT_FOUND ' ) {
75
75
printf ('Creating the %s table ' . PHP_EOL , $ table_id );
You can’t perform that action at this time.
0 commit comments