I'm looking for a truth table for:

~(p v ~q)

I got:

P Q ~ ( P V ~ Q )
T T F T T F T
T F F T T T F
F T T F F F T
F F F F T T F

can anyone verify that this is correct?