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 5656
5757try {
5858 $ 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 );
6060} catch (ApiException $ e ) {
6161 if ($ e ->getStatus () === 'NOT_FOUND ' ) {
6262 printf ('Creating the %s table ' . PHP_EOL , $ table_id );
Original file line number Diff line number Diff line change 6969
7070try {
7171 $ 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 );
7373} catch (ApiException $ e ) {
7474 if ($ e ->getStatus () === 'NOT_FOUND ' ) {
7575 printf ('Creating the %s table ' . PHP_EOL , $ table_id );
You can’t perform that action at this time.
0 commit comments