Skip to content

Commit b4992a4

Browse files
Update src/plugins/pluginContext/src/android/Tee.java
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent e0076ea commit b4992a4

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/pluginContext/src/android

1 file changed

+1
-1
lines changed

src/plugins/pluginContext/src/android/Tee.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Tee extends CordovaPlugin {
1818
// pluginId : token
1919
private /*static*/ final Map<String, String> tokenStore = new HashMap<>();
2020

21-
//assined tokens
21+
//assigned tokens
2222
private /*static*/ final HashSet<String> disclosed = new HashSet<>();
2323

2424
// token : list of permissions

0 commit comments

Comments
 (0)